diff options
| -rw-r--r-- | leim/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index ec8a65f648e..e251981827a 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -188,3 +188,6 @@ clean mostlyclean: | |||
| 188 | distclean maintainer-clean: | 188 | distclean maintainer-clean: |
| 189 | if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi | 189 | if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi |
| 190 | rm -f Makefile | 190 | rm -f Makefile |
| 191 | |||
| 192 | extraclean: distclean | ||
| 193 | -rm -f *~ \#* m/?*~ s/?*~ | ||