diff options
| -rw-r--r-- | leim/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index 49b2e716be7..af20c278d3a 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -226,7 +226,7 @@ clean mostlyclean: | |||
| 226 | rm -f ${TIT} ${NON-TIT} ${WORLD} ${TIT:.elc=.el} \ | 226 | rm -f ${TIT} ${NON-TIT} ${WORLD} ${TIT:.elc=.el} \ |
| 227 | ${MISC-DIC} ${MISC-DIC:.elc=.el} leim-list.el | 227 | ${MISC-DIC} ${MISC-DIC:.elc=.el} leim-list.el |
| 228 | 228 | ||
| 229 | distclean maintainer-clean: | 229 | distclean maintainer-clean: clean |
| 230 | if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi | 230 | if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi |
| 231 | rm -f Makefile | 231 | rm -f Makefile |
| 232 | 232 | ||