diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-10-26 21:47:37 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-10-26 21:47:37 +0000 |
commit | 078ca3caf01f44dd34c3bc2189e2c29795a70446 (patch) | |
tree | 657b995e9910f36d121fbc77d4fbf795b632c9c7 /leim | |
parent | 22e4ec9848353b29fdc419054855331cc61dd3cf (diff) | |
download | emacs-078ca3caf01f44dd34c3bc2189e2c29795a70446.tar.gz |
Makefile.in if leim is not used.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/Makefile.noleim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/leim/Makefile.noleim b/leim/Makefile.noleim new file mode 100644 index 00000000000..776a1ecb642 --- /dev/null +++ b/leim/Makefile.noleim @@ -0,0 +1,7 @@ +# This placeholder appears in the `leim' subdirectory in the Emacs +# distribution. It is is overwritten with a real makefile +# when you actually extract LEIM into the directory. +all install: + +# Avoid error when these targets are used. +clean distclean mostlyclean maintainer-clean: |