diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-30 09:20:35 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-30 09:20:35 -0700 |
commit | 0aee69126fd23d3b86fae5e4812b62bbe7c59b27 (patch) | |
tree | 65bc1c790d85370e2c2cac2f005c080fb674c37b /leim/Makefile.in | |
parent | 88fb40b443b64be3e217e1d5cb50a77659d03330 (diff) | |
download | emacs-0aee69126fd23d3b86fae5e4812b62bbe7c59b27.tar.gz |
Update .PHONY listings in makefiles.
Diffstat (limited to 'leim/Makefile.in')
-rw-r--r-- | leim/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index 04f64c0ce0b..f61ab42b9f3 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -82,6 +82,7 @@ TIT_MISC=${CHINESE_TIT} ${MISC} @${RUN_EMACS} -l ${buildlisppath}/international/quail -f batch-byte-compile $< all: leim-list.el compile-main +.PHONY: all TIT_SOURCES= \ ${srcdir}/CXTERM-DIC/4Corner.tit \ @@ -154,6 +155,7 @@ compile-targets: $(TARGETS) # Compile all the Elisp files that need it. Beware: it approximates # `no-byte-compile', so watch out for false-positives! +.PHONY: compile-main compile-main: ${TIT_MISC} @($(setwins); \ els=`echo "$$wins " | sed -e 's| |/*.el |g'`; \ @@ -166,6 +168,8 @@ compile-main: ${TIT_MISC} $(MAKE) $(MFLAGS) compile-targets EMACS="$(EMACS)" TARGETS="$$chunk"; \ done +.PHONY: clean mostlyclean bootstrap-clean distclean maintainer-clean extraclean + clean mostlyclean: rm -f ${TIT_MISC} ${TIT_MISC:.el=.elc} \ leim-list.el changed.tit changed.misc |