[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/Fhourstones/Makefile
John Criswell
criswell at cs.uiuc.edu
Fri Sep 12 11:06:56 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Benchmarks/Fhourstones:
Makefile updated: 1.7 -> 1.8
---
Log message:
Initial checkin of re-organized MultiSource tree.
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Benchmarks/Fhourstones/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Fhourstones/Makefile:1.7 llvm/test/Programs/MultiSource/Benchmarks/Fhourstones/Makefile:1.8
--- llvm/test/Programs/MultiSource/Benchmarks/Fhourstones/Makefile:1.7 Sat Sep 6 10:13:18 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Fhourstones/Makefile Fri Sep 12 11:01:53 2003
@@ -1,4 +1,4 @@
-LEVEL = ../../../..
+LEVEL = ../../../../..
PROG = fhourstones
CPPFLAGS = -DUNIX -DTRANSIZE=1050011 -DPROBES=8 -DREPORTPLY=8
@@ -8,4 +8,4 @@
# Specify which file provides the contents of stdin for the test run
STDIN_FILENAME = $(BUILD_SRC_DIR)/input
-include ../Makefile.multisrc
+include ../../Makefile.multisrc
More information about the llvm-commits
mailing list