[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/McCat/17-bintr/Makefile

John Criswell criswell at cs.uiuc.edu
Wed Sep 1 07:34:14 PDT 2004



Changes in directory llvm-test/MultiSource/Benchmarks/McCat/17-bintr:

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

Migrating test suite out of the source tree.



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

Index: llvm-test/MultiSource/Benchmarks/McCat/17-bintr/Makefile
diff -u llvm-test/MultiSource/Benchmarks/McCat/17-bintr/Makefile:1.5 llvm-test/MultiSource/Benchmarks/McCat/17-bintr/Makefile:1.6
--- llvm-test/MultiSource/Benchmarks/McCat/17-bintr/Makefile:1.5	Fri Sep 12 11:02:18 2003
+++ llvm-test/MultiSource/Benchmarks/McCat/17-bintr/Makefile	Wed Sep  1 09:33:25 2004
@@ -1,10 +1,10 @@
-LEVEL = ../../../../../..
+LEVEL = ../../../..
 
-include $(LEVEL)/Makefile.config
+#include $(LLVM_OBJ_ROOT)/Makefile.config
 
 PROG = bintr
 LDFLAGS = -lm
 #RUN_OPTIONS += 
 STDIN_FILENAME = $(BUILD_SRC_DIR)/bnchmrk.in1
-include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc
 






More information about the llvm-commits mailing list