diff options
-rw-r--r-- | plugins-root/Makefile.am | 2 | ||||
-rw-r--r-- | plugins-scripts/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/Makefile.am | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am index 3fb62a2..dcab4cc 100644 --- a/plugins-root/Makefile.am +++ b/plugins-root/Makefile.am | |||
@@ -86,8 +86,6 @@ pst3_LDFLAGS = @PST3CFLAGS@ | |||
86 | check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS) | 86 | check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS) |
87 | check_icmp_DEPENDENCIES = check_icmp.c $(NETOBJS) | 87 | check_icmp_DEPENDENCIES = check_icmp.c $(NETOBJS) |
88 | 88 | ||
89 | all-local: .FORCE-NP-VERSION-FILE | ||
90 | |||
91 | clean-local: | 89 | clean-local: |
92 | rm -f NP-VERSION-FILE | 90 | rm -f NP-VERSION-FILE |
93 | 91 | ||
diff --git a/plugins-scripts/Makefile.am b/plugins-scripts/Makefile.am index 5c073ca..d1ea3c4 100644 --- a/plugins-scripts/Makefile.am +++ b/plugins-scripts/Makefile.am | |||
@@ -27,8 +27,6 @@ TESTS_ENVIRONMENT=perl -I $(top_builddir) -I $(top_srcdir) | |||
27 | 27 | ||
28 | TESTS = @SCRIPT_TEST@ | 28 | TESTS = @SCRIPT_TEST@ |
29 | 29 | ||
30 | all-local: NP-VERSION-FILE | ||
31 | |||
32 | test: | 30 | test: |
33 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl | 31 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl |
34 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t # utils.t is excluded from above, so manually ask to test | 32 | 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 0f6fbb6..d24588d 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -164,7 +164,7 @@ getaddrinfo.o: getaddrinfo.h $(PLUGINHDRS) | |||
164 | 164 | ||
165 | gethostbyname.o: gethostbyname.h $(PLUGINHDRS) | 165 | gethostbyname.o: gethostbyname.h $(PLUGINHDRS) |
166 | 166 | ||
167 | all-local: $(check_tcp_programs) NP-VERSION-FILE | 167 | all-local: $(check_tcp_programs) |
168 | 168 | ||
169 | $(check_tcp_programs): check_tcp | 169 | $(check_tcp_programs): check_tcp |
170 | rm -f $@ | 170 | rm -f $@ |