X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/782844a100ececaaa2026683f14a6bf56e42e319..6f7b4416604681d506a9bab6c44caaffae5fbd2a:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 5f5743d..d6a7549 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ CLEANFILES = src/validtypes.h src/errtab.h src/namespecs.h src/ordspecs.h \ EXTRA_DIST = m4/gnulib-cache.m4 src/types.lst src/validtypes.sed \ src/specs.lst src/namespecs.sed src/ordspecs.sed \ src/errors.lst src/strtab.sed \ - src/parse.stamp src/scan.stamp \ + src/parse.y src/parse.stamp src/scan.l src/scan.stamp \ COPYING.WTFPL2 dist_man_MANS = doc/man/cdecl99.1 doc/man/libcdecl.3 @@ -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.