summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-01 03:16:45 +0000
committerChris Lattner <sabre@nondot.org>2002-11-01 03:16:45 +0000
commite6f960a512c66bfaf4649e1daee8b58c69086477 (patch)
tree6b1c5981ab828046d471b908bf5b015f246126cf /utils
parent7f124e3abd882524ca7cea1e86e6278c1e0edd2a (diff)
downloadllvm-e6f960a512c66bfaf4649e1daee8b58c69086477.tar.gz
llvm-e6f960a512c66bfaf4649e1daee8b58c69086477.tar.bz2
llvm-e6f960a512c66bfaf4649e1daee8b58c69086477.tar.xz
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')
-rw-r--r--utils/Burg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index bbf5baa66c..0e00e32038 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