bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: mark makefile "dist-hook" target as PHONY


From: Jim Meyering
Subject: [PATCH] maint: mark makefile "dist-hook" target as PHONY
Date: Thu, 18 Mar 2010 08:33:01 +0100

FYI,

>From d75820e5168d7748997923d4b81d67fcee4ad226 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Thu, 18 Mar 2010 08:32:26 +0100
Subject: [PATCH] maint: mark makefile "dist-hook" target as PHONY

* src/Makefile.am (dist-hook): Mark target as PHONY.
---
 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index ecb42a8..5af6e85 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.
--
1.7.0.2.451.g960ec




reply via email to

[Prev in Thread] Current Thread [Next in Thread]