summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-07-30 09:20:35 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-07-30 09:20:35 -0700
commit0aee69126fd23d3b86fae5e4812b62bbe7c59b27 (patch)
tree65bc1c790d85370e2c2cac2f005c080fb674c37b /leim
parent88fb40b443b64be3e217e1d5cb50a77659d03330 (diff)
downloademacs-0aee69126fd23d3b86fae5e4812b62bbe7c59b27.tar.gz
Update .PHONY listings in makefiles.
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog6
-rw-r--r--leim/Makefile.in4
2 files changed, 10 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index fbe656c037c..cafaf5a9eb1 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ Update .PHONY listings in makefiles.
+ * Makefile.in (.PHONY): Add all, compile-main, clean, mostlyclean,
+ bootstrap-clean, distclean, maintainer-clean, extraclean.
+
2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
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