From cab29edcf1f4f124d92a61e17623d6613487dbe7 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Thu, 18 Mar 2010 21:07:41 +0100 Subject: [PATCH] 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. --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) 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. -- 2.47.3