[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/allroots/Makefile
Reid Spencer
reid at x10sys.com
Sat Jan 15 19:16:32 PST 2005
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/allroots:
Makefile updated: 1.1 -> 1.2
---
Log message:
BUILD_* -> PROJ_* for consistency with LLVM Makefile System.
---
Diffs of the changes: (+1 -1)
Index: llvm-test/MultiSource/Benchmarks/Prolangs-C/allroots/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Prolangs-C/allroots/Makefile:1.1 llvm-test/MultiSource/Benchmarks/Prolangs-C/allroots/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/Prolangs-C/allroots/Makefile:1.1 Tue Oct 5 13:09:16 2004
+++ llvm-test/MultiSource/Benchmarks/Prolangs-C/allroots/Makefile Sat Jan 15 21:16:10 2005
@@ -2,6 +2,6 @@
PROG = allroots
LDFLAGS = -lm
-#RUN_OPTIONS = -2 int $(BUILD_SRC_DIR)/InstructionCombining.cpp.txt
+#RUN_OPTIONS = -2 int $(PROJ_SRC_DIR)/InstructionCombining.cpp.txt
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list