diff options
author | Jim Meyering <meyering@redhat.com> | 2010-03-18 08:32:26 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-03-18 08:32:26 +0100 |
commit | d75820e5168d7748997923d4b81d67fcee4ad226 (patch) | |
tree | 7593729ff0e44f415ddded30a021b87f0c451a3d /src | |
parent | 46e01372773a9ca265009ca085a28aea313a3d73 (diff) | |
download | coreutils-d75820e5168d7748997923d4b81d67fcee4ad226.tar.xz |
maint: mark makefile "dist-hook" target as PHONY
* src/Makefile.am (dist-hook): Mark target as PHONY.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ecb42a8b0..5af6e8536 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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. |