diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-09-26 19:24:22 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-09-26 19:24:22 +0000 |
commit | ce75c97aa84196fc999e16382c6cfae5b81e7f90 (patch) | |
tree | 2e789acdc1d4f8068727d96f9694dc262fec0962 /noleim-Makefile.in | |
parent | dadbf6732e9f0817bd6dd797c3a9fb8ea03b9a11 (diff) | |
download | emacs-ce75c97aa84196fc999e16382c6cfae5b81e7f90.tar.gz |
*** empty log message ***
Diffstat (limited to 'noleim-Makefile.in')
-rw-r--r-- | noleim-Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/noleim-Makefile.in b/noleim-Makefile.in new file mode 100644 index 00000000000..776a1ecb642 --- /dev/null +++ b/noleim-Makefile.in @@ -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: |