diff options
| -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 @@ | |||
| 1 | # This placeholder appears in the `leim' subdirectory in the Emacs | ||
| 2 | # distribution. It is is overwritten with a real makefile | ||
| 3 | # when you actually extract LEIM into the directory. | ||
| 4 | all install: | ||
| 5 | |||
| 6 | # Avoid error when these targets are used. | ||
| 7 | clean distclean mostlyclean maintainer-clean: | ||