]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: mark makefile "dist-hook" target as PHONY
authorJim Meyering <meyering@redhat.com>
Thu, 18 Mar 2010 07:32:26 +0000 (08:32 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 18 Mar 2010 07:32:26 +0000 (08:32 +0100)
* src/Makefile.am (dist-hook): Mark target as PHONY.

src/Makefile.am

index ecb42a8b0cd05e9c5222e7dbf1b6c3f3b1563d76..5af6e8536b433d08d93935436128a2a77160d149 100644 (file)
@@ -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.