[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat/01-qbsort/Makefile
John Criswell
criswell at cs.uiuc.edu
Sat Sep 6 10:16:11 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/McCat/01-qbsort:
Makefile updated: 1.3 -> 1.4
---
Log message:
Checkin of autoconf-style object root.
Adjusted the Makefile rules to handle building outside the source directory.
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/McCat/01-qbsort/Makefile
diff -u llvm/test/Programs/MultiSource/McCat/01-qbsort/Makefile:1.3 llvm/test/Programs/MultiSource/McCat/01-qbsort/Makefile:1.4
--- llvm/test/Programs/MultiSource/McCat/01-qbsort/Makefile:1.3 Fri Aug 15 13:59:12 2003
+++ llvm/test/Programs/MultiSource/McCat/01-qbsort/Makefile Sat Sep 6 10:13:21 2003
@@ -2,6 +2,6 @@
PROG = qbsort
LDFLAGS = -lm
#RUN_OPTIONS +=
-STDIN_FILENAME = benchmark.in3
+STDIN_FILENAME = $(BUILD_SRC_DIR)/benchmark.in3
include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list