Fix burg build problem.
authorChris Lattner <sabre@nondot.org>
Fri, 1 Nov 2002 03:16:45 +0000 (03:16 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Nov 2002 03:16:45 +0000 (03:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4480 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/Burg/Makefile
utils/Burg/Makefile

index bbf5baa66c0b7e1feda435431ad2b69cfa020f58..0e00e32038a20195237aaf61aa3fbaff0b8c06ed 100644 (file)
@@ -8,6 +8,8 @@ include $(LEVEL)/Makefile.common
 gram.tab.c gram.tab.h: gram.yc
        $(VERB) $(BISON) -o gram.tab.c -d $<
 
+lex.c: gram.tab.h
+
 clean::
        rm -ff gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
 
index bbf5baa66c0b7e1feda435431ad2b69cfa020f58..0e00e32038a20195237aaf61aa3fbaff0b8c06ed 100644 (file)
@@ -8,6 +8,8 @@ include $(LEVEL)/Makefile.common
 gram.tab.c gram.tab.h: gram.yc
        $(VERB) $(BISON) -o gram.tab.c -d $<
 
+lex.c: gram.tab.h
+
 clean::
        rm -ff gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp