aboutsummaryrefslogtreecommitdiff
path: root/plugins-root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> 2008-11-23 11:19:27 -0500
committerGravatar Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> 2008-11-23 13:34:19 -0500
commitc0a75482b4dca777d2578e2e46a380adf13c6f3e (patch)
treefb3520b726add5785a8092eaac33e225208d5777 /plugins-root/Makefile.am
parent39cc4c40315644026965aebfa9e6ac537db1a89a (diff)
downloadmonitoring-plugins-c0a75482b4dca777d2578e2e46a380adf13c6f3e.tar.gz
Avoid the use of .PHONY (target s created twice and I have no idea if it's right).
Diffstat (limited to 'plugins-root/Makefile.am')
-rw-r--r--plugins-root/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am
index de8813ff..843b8a99 100644
--- a/plugins-root/Makefile.am
+++ b/plugins-root/Makefile.am
@@ -2,6 +2,8 @@
NP-VERSION-FILE: .FORCE-NP-VERSION-FILE
@$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN
+.FORCE-NP-VERSION-FILE:
+
-include NP-VERSION-FILE
AM_CFLAGS = -DNP_VERSION='"$(NP_VERSION)"'
@@ -86,4 +88,3 @@ all-local: .FORCE-NP-VERSION-FILE
clean-local:
rm -f NP-VERSION-FILE
-.PHONY: .FORCE-NP-VERSION-FILE