Browse Source

Fixing build breakages (I totally forgot this rule was there...)

Thomas Guyot-Sionnest 17 years ago
parent
commit
399f0770b2
3 changed files with 1 additions and 5 deletions
  1. 0 2
      plugins-root/Makefile.am
  2. 0 2
      plugins-scripts/Makefile.am
  3. 1 1
      plugins/Makefile.am

+ 0 - 2
plugins-root/Makefile.am

@@ -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
 

+ 0 - 2
plugins-scripts/Makefile.am

@@ -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

+ 1 - 1
plugins/Makefile.am

@@ -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 $@