[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/188.ammp/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 6 16:24:13 PDT 2004
Changes in directory llvm-test/External/SPEC/CFP2000/188.ammp:
Makefile updated: 1.4 -> 1.5
---
Log message:
Fix path to Makefile.spec2000 as a result of moving test/Programs to a project
---
Diffs of the changes: (+4 -1)
Index: llvm-test/External/SPEC/CFP2000/188.ammp/Makefile
diff -u llvm-test/External/SPEC/CFP2000/188.ammp/Makefile:1.4 llvm-test/External/SPEC/CFP2000/188.ammp/Makefile:1.5
--- llvm-test/External/SPEC/CFP2000/188.ammp/Makefile:1.4 Wed Sep 1 09:33:20 2004
+++ llvm-test/External/SPEC/CFP2000/188.ammp/Makefile Mon Sep 6 18:24:03 2004
@@ -1,8 +1,10 @@
LEVEL = ../../../..
+
RUN_OPTIONS =
STDIN_FILENAME = ammp.in
STDOUT_FILENAME = ammp.out
CPPFLAGS =
+
# override RUN_TYPE (this is a long running test):
ifndef RUN_TYPE
ifdef LARGE_PROBLEM_SIZE
@@ -11,4 +13,5 @@
RUN_TYPE := train
endif
endif
-include ../../Makefile.spec2000
+
+include $(LEVEL)/External/SPEC/Makefile.spec2000
More information about the llvm-commits
mailing list