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 | doc: improve ls --help's description of --escape (-b) (diff) | |
| download | coreutils-cab29edcf1f4f124d92a61e17623d6613487dbe7.tar.gz coreutils-cab29edcf1f4f124d92a61e17623d6613487dbe7.zip | |
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. |
