summaryrefslogtreecommitdiffstats
path: root/plugins-scripts
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@solaris.beaubien.net>2008-11-23 16:19:27 (GMT)
committerThomas Guyot-Sionnest <dermoth@solaris.beaubien.net>2008-11-23 18:34:19 (GMT)
commitc0a75482b4dca777d2578e2e46a380adf13c6f3e (patch)
treefb3520b726add5785a8092eaac33e225208d5777 /plugins-scripts
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-scripts')
-rw-r--r--plugins-scripts/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins-scripts/Makefile.am b/plugins-scripts/Makefile.am
index c9e3e40..4c94f2c 100644
--- a/plugins-scripts/Makefile.am
+++ b/plugins-scripts/Makefile.am
@@ -2,6 +2,8 @@
2 2
3NP-VERSION-FILE: .FORCE-NP-VERSION-FILE 3NP-VERSION-FILE: .FORCE-NP-VERSION-FILE
4 @$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN 4 @$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN
5.FORCE-NP-VERSION-FILE:
6
5-include NP-VERSION-FILE 7-include NP-VERSION-FILE
6 8
7export NP_VERSION:= $(NP_VERSION) 9export NP_VERSION:= $(NP_VERSION)
@@ -47,4 +49,3 @@ CLEANFILES=$(libexec_SCRIPTS)
47clean-local: 49clean-local:
48 rm -f NP-VERSION-FILE 50 rm -f NP-VERSION-FILE
49 51
50.PHONY: .FORCE-NP-VERSION-FILE