From 812301e1fe57b4ddb2da315d2e957fbf680c64d0 Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Tue, 21 Oct 2014 21:04:05 +1300 Subject: [PATCH] libpcap: remove explicit dependency for scanner.c * jam has been updated in btrev43095, which will now track multiple generated files from a single action correctly * this also partially undoes the change introduced in hrev48061 --- src/bin/network/tcpdump/libpcap/Jamfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bin/network/tcpdump/libpcap/Jamfile b/src/bin/network/tcpdump/libpcap/Jamfile index d5e681934b..68c030b020 100644 --- a/src/bin/network/tcpdump/libpcap/Jamfile +++ b/src/bin/network/tcpdump/libpcap/Jamfile @@ -26,7 +26,3 @@ StaticLibrary libpcap.a : scanner.l version.c ; - -# scanner.l includes the generated grammar.h, but we need to -# declare the dependency from .o to .c -Depends [ FGristFiles scanner.o ] : [ FGristFiles grammar.c ] ;