X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/782844a100ececaaa2026683f14a6bf56e42e319..daa6f0b3f99dc3f84d094276242189c86362cd4b:/Makefile.am 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.