[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/McCat/01-qbsort/Makefile

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



Changes in directory llvm-test/MultiSource/Benchmarks/McCat/01-qbsort:

Makefile updated: 1.6 -> 1.7
---
Log message:

BUILD_* -> PROJ_* for consistency with LLVM Makefile System.


---
Diffs of the changes:  (+1 -1)

Index: llvm-test/MultiSource/Benchmarks/McCat/01-qbsort/Makefile
diff -u llvm-test/MultiSource/Benchmarks/McCat/01-qbsort/Makefile:1.6 llvm-test/MultiSource/Benchmarks/McCat/01-qbsort/Makefile:1.7
--- llvm-test/MultiSource/Benchmarks/McCat/01-qbsort/Makefile:1.6	Wed Sep  1 09:33:24 2004
+++ llvm-test/MultiSource/Benchmarks/McCat/01-qbsort/Makefile	Sat Jan 15 21:16:10 2005
@@ -2,6 +2,6 @@
 PROG = qbsort
 LDFLAGS = -lm
 #RUN_OPTIONS += 
-STDIN_FILENAME = $(BUILD_SRC_DIR)/benchmark.in3
+STDIN_FILENAME = $(PROJ_SRC_DIR)/benchmark.in3
 include $(LEVEL)/MultiSource/Makefile.multisrc
 






More information about the llvm-commits mailing list