summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-27 19:06:56 +0000
committerChris Lattner <sabre@nondot.org>2002-10-27 19:06:56 +0000
commita50d6ec97d1302962c9362d2f810e99526d49974 (patch)
tree4dfc17b4edc59325a38e3a2f58d1854f740e6e66 /utils
parent683d5da9fbb68be46c8ad2c8e9f1f94cbdf7b71c (diff)
downloadllvm-a50d6ec97d1302962c9362d2f810e99526d49974.tar.gz
llvm-a50d6ec97d1302962c9362d2f810e99526d49974.tar.bz2
llvm-a50d6ec97d1302962c9362d2f810e99526d49974.tar.xz
Work better with other versions of bison
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/Burg/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index c8586aa7ef..bbf5baa66c 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -6,9 +6,7 @@ EXTRASOURCES = gram.tab.c
include $(LEVEL)/Makefile.common
gram.tab.c gram.tab.h: gram.yc
- $(VERB) $(BISON) -d $<
- $(VERB) mv -f gram.tab.cc gram.tab.c
- $(VERB) mv -f gram.tab.hc gram.tab.h
+ $(VERB) $(BISON) -o gram.tab.c -d $<
clean::
rm -ff gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp