diff options
author | Chris Lattner <sabre@nondot.org> | 2002-11-01 03:16:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-11-01 03:16:45 +0000 |
commit | e6f960a512c66bfaf4649e1daee8b58c69086477 (patch) | |
tree | 6b1c5981ab828046d471b908bf5b015f246126cf /utils/Burg | |
parent | 7f124e3abd882524ca7cea1e86e6278c1e0edd2a (diff) | |
download | external_llvm-e6f960a512c66bfaf4649e1daee8b58c69086477.zip external_llvm-e6f960a512c66bfaf4649e1daee8b58c69086477.tar.gz external_llvm-e6f960a512c66bfaf4649e1daee8b58c69086477.tar.bz2 |
Fix burg build problem.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Burg')
-rw-r--r-- | utils/Burg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index bbf5baa..0e00e32 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 |