Module: wine Branch: master Commit: a8513a2113bda259c8e2fd861eaa52124b44d518 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a8513a2113bda259c8e2fd861e... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Sep 11 12:12:23 2008 +0200 jscript: Add necessary dependencies for the bison file. --- dlls/jscript/Makefile.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/dlls/jscript/Makefile.in b/dlls/jscript/Makefile.in index ee3f7e5..e87be62 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