From: Paul Eggert Date: Sun, 12 Apr 2015 22:21:08 +0000 (-0700) Subject: Update Makefile.in's .PHONY dependencies X-Git-Tag: emacs-25.0.90~2455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a4d0782520eab6c6466d640a4a261174f58ac19;p=emacs.git Update Makefile.in's .PHONY dependencies * Makefile.in (change-history-commit, master-branch-is-current) (no-ChangeLog): Now phony. --- diff --git a/Makefile.in b/Makefile.in index 0830ddaf8ca..8a45f2cfee8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1087,10 +1087,13 @@ bootstrap: bootstrap-clean $(MAKE) MAKEFILE_NAME=force-Makefile force-Makefile $(MAKE) all +.PHONY: ChangeLog change-history change-history-commit +.PHONY: master-branch-is-current no-ChangeLog unchanged-history-files + # The newest revision that should not appear in the generated ChangeLog. gen_origin = 3311ace9c54a50b83a838e2eb7fa9565176e0c4f + # Convert git commit log to ChangeLog file. make-dist uses this. -.PHONY: ChangeLog change-history unchanged-history-files ChangeLog: $(AM_V_GEN)distprefix=$(distprefix) srcprefix=$(srcdir)/ \ $(srcdir)/build-aux/gitlog-to-emacslog $(gen_origin)