[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Fhourstones/Makefile

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



Changes in directory llvm-test/MultiSource/Benchmarks/Fhourstones:

Makefile updated: 1.8 -> 1.9
---
Log message:

Migrating test suite out of the source tree.



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

Index: llvm-test/MultiSource/Benchmarks/Fhourstones/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Fhourstones/Makefile:1.8 llvm-test/MultiSource/Benchmarks/Fhourstones/Makefile:1.9
--- llvm-test/MultiSource/Benchmarks/Fhourstones/Makefile:1.8	Fri Sep 12 11:01:53 2003
+++ llvm-test/MultiSource/Benchmarks/Fhourstones/Makefile	Wed Sep  1 09:33:21 2004
@@ -1,9 +1,9 @@
-LEVEL = ../../../../..
+LEVEL = ../../..
 
 PROG     = fhourstones
 CPPFLAGS = -DUNIX -DTRANSIZE=1050011 -DPROBES=8 -DREPORTPLY=8
 
-include $(LEVEL)/Makefile.config
+#include $(LLVM_OBJ_ROOT)/Makefile.config
 
 # Specify which file provides the contents of stdin for the test run 
 STDIN_FILENAME = $(BUILD_SRC_DIR)/input






More information about the llvm-commits mailing list