Revision: 2095
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2095&view=rev
Author: dermoth
Date: 2008-11-23 18:37:29 +0000 (Sun, 23 Nov 2008)
Log Message:
-----------
Avoid the use of .PHONY (target s created twice and I have no idea if it's right).
Modified Paths:
--------------
nagiosplug/trunk/plugins/Makefile.am
nagiosplug/trunk/plugins-root/Makefile.am
nagiosplug/trunk/plugins-scripts/Makefile.am
Modified: nagiosplug/trunk/plugins/Makefile.am
===================================================================
--- nagiosplug/trunk/plugins/Makefile.am 2008-11-23 08:44:15 UTC (rev 2094)
+++ nagiosplug/trunk/plugins/Makefile.am 2008-11-23 18:37:29 UTC (rev 2095)
@@ -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)"'
@@ -177,5 +179,3 @@
uninstall-local:
cd $(DESTDIR)$(libexecdir) && rm -f $(check_tcp_programs)
-.PHONY: .FORCE-NP-VERSION-FILE
-
Modified: nagiosplug/trunk/plugins-root/Makefile.am
===================================================================
--- nagiosplug/trunk/plugins-root/Makefile.am 2008-11-23 08:44:15 UTC (rev 2094)
+++ nagiosplug/trunk/plugins-root/Makefile.am 2008-11-23 18:37:29 UTC (rev 2095)
@@ -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 @@
clean-local:
rm -f NP-VERSION-FILE
-.PHONY: .FORCE-NP-VERSION-FILE
Modified: nagiosplug/trunk/plugins-scripts/Makefile.am
===================================================================
--- nagiosplug/trunk/plugins-scripts/Makefile.am 2008-11-23 08:44:15 UTC (rev 2094)
+++ nagiosplug/trunk/plugins-scripts/Makefile.am 2008-11-23 18:37:29 UTC (rev 2095)
@@ -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
export NP_VERSION:= $(NP_VERSION)
@@ -47,4 +49,3 @@
clean-local:
rm -f NP-VERSION-FILE
-.PHONY: .FORCE-NP-VERSION-FILE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.