diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-10-27 19:06:56 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-10-27 19:06:56 +0000 |
| commit | 371ce74737fbb7fa46ff79acc13c047faf49afd2 (patch) | |
| tree | d93d603b26ad27082d0481ce98601004cef1cffb | |
| parent | 7fe1f7c9317c54d0d179e0c27033eff568d99345 (diff) | |
| download | bcm5719-llvm-371ce74737fbb7fa46ff79acc13c047faf49afd2.tar.gz bcm5719-llvm-371ce74737fbb7fa46ff79acc13c047faf49afd2.zip | |
Work better with other versions of bison
llvm-svn: 4290
| -rw-r--r-- | llvm/support/tools/Burg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/support/tools/Burg/Makefile b/llvm/support/tools/Burg/Makefile index c8586aa7eff..bbf5baa66c0 100644 --- a/llvm/support/tools/Burg/Makefile +++ b/llvm/support/tools/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 |

