[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2104] nagiosplug/trunk/plugins

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Thu Nov 27 03:31:21 CET 2008


Revision: 2104
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2104&view=rev
Author:   dermoth
Date:     2008-11-27 02:31:21 +0000 (Thu, 27 Nov 2008)

Log Message:
-----------
Fixing build breakages (I totally forgot this rule was there...)

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-26 11:07:13 UTC (rev 2103)
+++ nagiosplug/trunk/plugins/Makefile.am	2008-11-27 02:31:21 UTC (rev 2104)
@@ -164,7 +164,7 @@
 
 gethostbyname.o: gethostbyname.h $(PLUGINHDRS)
 
-all-local: $(check_tcp_programs) NP-VERSION-FILE
+all-local: $(check_tcp_programs)
 
 $(check_tcp_programs): check_tcp
 	rm -f $@

Modified: nagiosplug/trunk/plugins-root/Makefile.am
===================================================================
--- nagiosplug/trunk/plugins-root/Makefile.am	2008-11-26 11:07:13 UTC (rev 2103)
+++ nagiosplug/trunk/plugins-root/Makefile.am	2008-11-27 02:31:21 UTC (rev 2104)
@@ -86,8 +86,6 @@
 check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS) 
 check_icmp_DEPENDENCIES = check_icmp.c $(NETOBJS)
 
-all-local: .FORCE-NP-VERSION-FILE
-
 clean-local:
 	rm -f NP-VERSION-FILE
 

Modified: nagiosplug/trunk/plugins-scripts/Makefile.am
===================================================================
--- nagiosplug/trunk/plugins-scripts/Makefile.am	2008-11-26 11:07:13 UTC (rev 2103)
+++ nagiosplug/trunk/plugins-scripts/Makefile.am	2008-11-27 02:31:21 UTC (rev 2104)
@@ -27,8 +27,6 @@
 
 TESTS = @SCRIPT_TEST@
 
-all-local: NP-VERSION-FILE
-
 test:
 	perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
 	perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t	# utils.t is excluded from above, so manually ask to test


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list