diff options
author | Kenichi Handa <handa@m17n.org> | 2004-03-01 06:56:32 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2004-03-01 06:56:32 +0000 |
commit | e6f528ba398bedc985c8575b4ba898cacf20c064 (patch) | |
tree | 84a777ebd9686e2823db5f1f99048a3a9502d906 /leim | |
parent | c99ffedf9a319290b1feb4643b73e2642d5c41ee (diff) | |
download | emacs-e6f528ba398bedc985c8575b4ba898cacf20c064.tar.gz |
(all): Depends on ${WORLD} instead of ${TIT} and
${MISC-DIC}.
(clean, mostlyclean): Don't delete *.elc distributed with tarball.
(maintainer-clean): Delete files that are not in CVS repository.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/Makefile.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index af20c278d3a..1ef0a2f3e93 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -147,7 +147,7 @@ NON-TIT=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${MISC} .el.elc: ${RUN-EMACS} -f batch-byte-compile $< -all: ${BUILT-EMACS} ${SUBDIRS} ${TIT} ${MISC-DIC} leim-list.el +all: ${BUILT-EMACS} ${SUBDIRS} ${WORLD} leim-list.el # To ensure that we can run Emacs. This target is ignored (never # being hit) if a user changes default value of EMACS. @@ -223,14 +223,17 @@ install: all -chmod -R a+r ${INSTALLDIR} clean mostlyclean: - rm -f ${TIT} ${NON-TIT} ${WORLD} ${TIT:.elc=.el} \ - ${MISC-DIC} ${MISC-DIC:.elc=.el} leim-list.el + rm -f ${TIT} ${TIT:.elc=.el} ${MISC-DIC} ${MISC-DIC:.elc=.el} \ + leim-list.el -distclean maintainer-clean: clean +distclean: clean if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi rm -f Makefile -extraclean: distclean +maintainer-clean: distclean + rm -f ${WORLD} + +extraclean: maintainer-clean -rm -f *~ \#* m/?*~ s/?*~ # arch-tag: f666a939-8145-4d64-a6a6-cc1f61bd32ca |