summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
parent88fb40b443b64be3e217e1d5cb50a77659d03330 (diff)
downloademacs-0aee69126fd23d3b86fae5e4812b62bbe7c59b27.tar.gz
Update .PHONY listings in makefiles.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index b780576ea5e..4b9364ac3f4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -278,6 +278,8 @@ COPYDESTS = $(DESTDIR)${etcdir} $(DESTDIR)${lispdir} $(DESTDIR)${leimdir}/ja-dic
all: ${SUBDIR}
+.PHONY: all ${SUBDIR} blessmail epaths-force FRC
+
removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
# Generate epaths.h from epaths.in. This target is invoked by `configure'.
@@ -307,8 +309,6 @@ lib-src src: lib
src: lib-src FRC
-.RECURSIVE: ${SUBDIR}
-
# We need to build `emacs' in `src' to compile the *.elc files in `lisp'
# and `leim'.
lisp leim: src
@@ -393,12 +393,13 @@ $(srcdir)/src/stamp-h.in: $(AUTOCONF_INPUTS)
# ==================== Installation ====================
+.PHONY: install install-arch-dep install-arch-indep install-doc install-info
+.PHONY: install-man install-etc install-strip uninstall
+
## If we let lib-src do its own installation, that means we
## don't have to duplicate the list of utilities to install in
## this Makefile as well.
-.PHONY: install
-
install: all install-arch-indep install-doc install-arch-dep blessmail
@true
@@ -681,7 +682,7 @@ FRC:
# ==================== Cleaning up and miscellanea ====================
-.PHONY: mostlyclean clean distclean maintainer-clean extraclean
+.PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean extraclean
### `mostlyclean'
### Like `clean', but may refrain from deleting a few files that people
@@ -798,6 +799,7 @@ extraclean:
# The src subdir knows how to do the right thing
# even when the build directory and source dir are different.
+.PHONY: TAGS tags
TAGS tags: lib lib-src src
cd src; $(MAKE) $(MFLAGS) tags
@@ -812,7 +814,7 @@ check:
dist:
cd ${srcdir}; ./make-dist
-.PHONY: info dvi dist check html
+.PHONY: info dvi dist check html info-real force-info check-info-dir
info-real:
(cd doc/emacs; $(MAKE) $(MFLAGS) info)