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:
@@ -26,7 +26,3 @@ StaticLibrary libpcap.a :
|
|||||||
scanner.l
|
scanner.l
|
||||||
version.c
|
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 ] ;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user