From: Nick Bowler Date: Sat, 25 Feb 2012 02:37:58 +0000 (-0500) Subject: Mark dist hooks as phony. X-Git-Tag: v1~65 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/daa6f0b3f99dc3f84d094276242189c86362cd4b Mark dist hooks as phony. --- diff --git a/Makefile.am b/Makefile.am index 5f5743d..e40e69c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -167,6 +167,7 @@ dist-hook: update-headers update-headers: unfuck-distdir touch -c '$(distdir)/src/scan.h' touch -c '$(distdir)/src/parse.h' +.PHONY: update-headers # When running "make dist" in a VPATH build with a read-only srcdir, Automake # will produce a distribution with all files read-only. Moreover, the files @@ -176,6 +177,7 @@ update-headers: unfuck-distdir dist-hook: unfuck-distdir unfuck-distdir: find '$(distdir)' -type f -exec chmod u+w {} + +.PHONY: unfuck-distdir # Supporting rules for bison/flex.