From e6f960a512c66bfaf4649e1daee8b58c69086477 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 1 Nov 2002 03:16:45 +0000 Subject: [PATCH] Fix burg build problem. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4480 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/tools/Burg/Makefile | 2 ++ utils/Burg/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index bbf5baa66c0..0e00e32038a 100644 --- a/support/tools/Burg/Makefile +++ b/support/tools/Burg/Makefile @@ -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 diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index bbf5baa66c0..0e00e32038a 100644 --- a/utils/Burg/Makefile +++ b/utils/Burg/Makefile @@ -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