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 ] ;