From daa6f0b3f99dc3f84d094276242189c86362cd4b Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 24 Feb 2012 21:37:58 -0500 Subject: [PATCH] Mark dist hooks as phony. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.43.0