[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/McCat/04-bisect/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/McCat/04-bisect:
Makefile updated: 1.7 -> 1.8
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+3 -3)
Index: llvm-test/MultiSource/Benchmarks/McCat/04-bisect/Makefile
diff -u llvm-test/MultiSource/Benchmarks/McCat/04-bisect/Makefile:1.7 llvm-test/MultiSource/Benchmarks/McCat/04-bisect/Makefile:1.8
--- llvm-test/MultiSource/Benchmarks/McCat/04-bisect/Makefile:1.7 Sat Apr 17 18:11:29 2004
+++ llvm-test/MultiSource/Benchmarks/McCat/04-bisect/Makefile Wed Sep 1 09:33:24 2004
@@ -1,12 +1,12 @@
-LEVEL = ../../../../../..
+LEVEL = ../../../..
PROG = bisect
LDFLAGS = -lm
#RUN_OPTIONS +=
FP_TOLERANCE := 0.001
-include $(LEVEL)/Makefile.config
+#include $(LLVM_OBJ_ROOT)/Makefile.config
STDIN_FILENAME = $(BUILD_SRC_DIR)/bisect_test.in
-include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list