From 399f0770b2773a5e4864c41efb92a5857e6e45c6 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Wed, 26 Nov 2008 21:29:40 -0500 Subject: [PATCH] Fixing build breakages (I totally forgot this rule was there...) --- plugins-root/Makefile.am | 2 -- plugins-scripts/Makefile.am | 2 -- plugins/Makefile.am | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am index 3fb62a24..dcab4cc7 100644 --- a/plugins-root/Makefile.am +++ b/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 diff --git a/plugins-scripts/Makefile.am b/plugins-scripts/Makefile.am index 5c073ca4..d1ea3c41 100644 --- a/plugins-scripts/Makefile.am +++ b/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 diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 0f6fbb60..d24588dc 100644 --- a/plugins/Makefile.am +++ b/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 $@ -- 2.11.4.GIT