Temporarily hard-coded y.tab.[ch] into build, instead of generating them.

git-svn-id: svn://10.0.0.236/trunk@18917 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
fur%netscape.com
1999-01-28 08:22:55 +00:00
parent d33e9bb674
commit 082458bdf4

View File

@@ -134,7 +134,7 @@ BuildCmds= \
InputPath=..\..\..\..\Tools\Burg\gram.y
BuildCmds= \
$(MOZ_TOOLS)\bin\yacc -l -b y.tab -d $(InputPath)
..\..\..\..\Tools\bin\bison -l -d $(InputPath)
"y.tab.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)