Code

Fixing build breakages (I totally forgot this rule was there...)
authorThomas Guyot-Sionnest <dermoth@aei.ca>
Thu, 27 Nov 2008 02:29:40 +0000 (21:29 -0500)
committerThomas Guyot-Sionnest <dermoth@aei.ca>
Thu, 27 Nov 2008 02:29:40 +0000 (21:29 -0500)
plugins-root/Makefile.am
plugins-scripts/Makefile.am
plugins/Makefile.am

index 3fb62a24d507efe4f84f6d1185d544496b90be6c..dcab4cc77f3e84a40ebcb03735f2b1ea9ca63948 100644 (file)
@@ -86,8 +86,6 @@ pst3_LDFLAGS = @PST3CFLAGS@
 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
 
index 5c073ca402687f5ea52c919fab1a01d103d62ba9..d1ea3c4111a888c1af0fd38ca7c254c54f64dc8c 100644 (file)
@@ -27,8 +27,6 @@ TESTS_ENVIRONMENT=perl -I $(top_builddir) -I $(top_srcdir)
 
 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
index 0f6fbb60a6401f5552e68478c77706d0a59bb628..d24588dcf7e34f13583c08fa7e474474358e0f0d 100644 (file)
@@ -164,7 +164,7 @@ getaddrinfo.o: getaddrinfo.h $(PLUGINHDRS)
 
 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 $@