From: Ralf Wildenhues Date: Thu, 18 Mar 2010 20:07:41 +0000 (+0100) Subject: revert "maint: mark makefile "dist-hook" target as PHONY" X-Git-Tag: v8.5~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cab29edcf1f4f124d92a61e17623d6613487dbe7;p=thirdparty%2Fcoreutils.git revert "maint: mark makefile "dist-hook" target as PHONY" * src/Makefile.am (dist-hook): Do not mark this target as PHONY, explicitly. Automake does it for us. --- diff --git a/src/Makefile.am b/src/Makefile.am index 5af6e8536b..ecb42a8b0c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -642,7 +642,6 @@ 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.