From: Jim Meyering Date: Thu, 18 Mar 2010 07:32:26 +0000 (+0100) Subject: maint: mark makefile "dist-hook" target as PHONY X-Git-Tag: v8.5~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d75820e5168d7748997923d4b81d67fcee4ad226;p=thirdparty%2Fcoreutils.git maint: mark makefile "dist-hook" target as PHONY * src/Makefile.am (dist-hook): Mark target as PHONY. --- diff --git a/src/Makefile.am b/src/Makefile.am index ecb42a8b0c..5af6e8536b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -642,6 +642,7 @@ all_programs.list: # in order to generate all man pages, even those for which we don't # install a binary, require that all programs be built at distribution time. dist-hook: $(all_programs) +.PHONY: dist-hook # Ensure that all programs are built so we can for example # subsequently syntax check all man pages.