diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-03-18 21:07:41 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-03-18 21:08:07 +0100 |
commit | cab29edcf1f4f124d92a61e17623d6613487dbe7 (patch) | |
tree | 7c5cc197932276fc1b5aa6bb4f0b7fc1d6347f32 /src | |
parent | b44d4b6b0e2e5a422bd39be19f397142c3632b5a (diff) | |
download | coreutils-cab29edcf1f4f124d92a61e17623d6613487dbe7.tar.xz |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5af6e8536..ecb42a8b0 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. |