[llvm-commits] CVS: llvm/utils/Burg/Makefile
John Criswell
criswell at choi.cs.uiuc.edu
Mon Jun 23 14:03:02 PDT 2003
Changes in directory llvm/utils/Burg:
Makefile updated: 1.13 -> 1.13.2.1
---
Log message:
Made clean target clean up extra .c files.
---
Diffs of the changes:
Index: llvm/utils/Burg/Makefile
diff -u llvm/utils/Burg/Makefile:1.13 llvm/utils/Burg/Makefile:1.13.2.1
--- llvm/utils/Burg/Makefile:1.13 Wed Jun 11 08:57:48 2003
+++ llvm/utils/Burg/Makefile Mon Jun 23 14:02:36 2003
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 2003/06/11 13:57:48 criswell Exp $
+# $Id: Makefile,v 1.13.2.1 2003/06/23 19:02:36 criswell Exp $
LEVEL = ../..
TOOLNAME = burg
EXTRASOURCES = gram.tab.c
@@ -26,3 +26,4 @@
$(TOOLEXENAME_G) -I sample.gr -o tmp && cmp tmp sample.c
$(TOOLEXENAME_G) -I -O0 <sample.gr >tmp && cmp tmp sample.c
$(TOOLEXENAME_G) -I -= <sample.gr >tmp && cmp tmp sample.c
+ $(RM) -f tmp sample.c
More information about the llvm-commits
mailing list