]> git.draconx.ca Git - cdecl99.git/commitdiff
Mark dist hooks as phony.
authorNick Bowler <nbowler@draconx.ca>
Sat, 25 Feb 2012 02:37:58 +0000 (21:37 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 1 Mar 2012 01:16:59 +0000 (20:16 -0500)
Makefile.am

index 5f5743df256f15709fa08253363b95293c616009..e40e69c84c23dc26106baadd941de20ce7276516 100644 (file)
@@ -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.