Skip to content
Snippets Groups Projects
Commit 371ce747 authored by Chris Lattner's avatar Chris Lattner
Browse files

Work better with other versions of bison

llvm-svn: 4290
parent 7fe1f7c9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment