]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
revert "maint: mark makefile "dist-hook" target as PHONY"
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 18 Mar 2010 20:07:41 +0000 (21:07 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 18 Mar 2010 20:08:07 +0000 (21:08 +0100)
* src/Makefile.am (dist-hook): Do not mark this target
as PHONY, explicitly.  Automake does it for us.

src/Makefile.am

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