[llvm-commits] CVS: llvm/utils/Burg/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Jun 30 17:03:23 PDT 2003
Changes in directory llvm/utils/Burg:
Makefile updated: 1.15 -> 1.16
---
Log message:
Merged in autoconf branch. This provides configuration via the autoconf
system.
---
Diffs of the changes:
Index: llvm/utils/Burg/Makefile
diff -u llvm/utils/Burg/Makefile:1.15 llvm/utils/Burg/Makefile:1.16
--- llvm/utils/Burg/Makefile:1.15 Fri Jun 27 12:03:20 2003
+++ llvm/utils/Burg/Makefile Mon Jun 30 16:59:04 2003
@@ -25,4 +25,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
+ $(RM) -f tmp sample.c
More information about the llvm-commits
mailing list