[llvm-commits] CVS: llvm/utils/Burg/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 27 13:08:00 PST 2002


Changes in directory llvm/utils/Burg:

Makefile updated: 1.10 -> 1.11

---
Log message:

Work better with other versions of bison


---
Diffs of the changes:

Index: llvm/utils/Burg/Makefile
diff -u llvm/utils/Burg/Makefile:1.10 llvm/utils/Burg/Makefile:1.11
--- llvm/utils/Burg/Makefile:1.10	Sat Sep 21 21:41:20 2002
+++ llvm/utils/Burg/Makefile	Sun Oct 27 13:06:56 2002
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 2002/09/22 02:41:20 lattner Exp $
+# $Id: Makefile,v 1.11 2002/10/27 19:06:56 lattner Exp $
 LEVEL = ../..
 TOOLNAME = burg
 EXTRASOURCES = gram.tab.c
@@ -6,9 +6,7 @@
 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





More information about the llvm-commits mailing list