[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/agrep/Makefile

Reid Spencer reid at x10sys.com
Sat Jan 15 19:16:33 PST 2005



Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/agrep:

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/agrep/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Prolangs-C/agrep/Makefile:1.1 llvm-test/MultiSource/Benchmarks/Prolangs-C/agrep/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/Prolangs-C/agrep/Makefile:1.1	Tue Oct  5 13:02:58 2004
+++ llvm-test/MultiSource/Benchmarks/Prolangs-C/agrep/Makefile	Sat Jan 15 21:16:10 2005
@@ -1,6 +1,6 @@
 LEVEL = ../../../..
 
 PROG = agrep
-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