From a8513a2113bda259c8e2fd861eaa52124b44d518 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 11 Sep 2008 12:12:23 +0200 Subject: [PATCH] jscript: Add necessary dependencies for the bison file. --- dlls/jscript/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dlls/jscript/Makefile.in b/dlls/jscript/Makefile.in index ee3f7e56ed4..e87be626b34 100644 --- a/dlls/jscript/Makefile.in +++ b/dlls/jscript/Makefile.in @@ -31,4 +31,8 @@ BISON_SRCS = \ @MAKE_DLL_RULES@ +parser.tab.c: parser.tab.h # for parallel makes + @DEPENDENCIES@ # everything below this line is overwritten by make depend + +lex.o: parser.tab.h -- 2.11.4.GIT