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
This commit is contained in:
Jessica Hamilton 2014-10-21 21:04:05 +13:00
parent e4237798b4
commit 812301e1fe

View File

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