[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/429.mcf/Makefile
Bill Wendling
isanbard at gmail.com
Fri Sep 1 18:30:55 PDT 2006
Changes in directory llvm-test/External/SPEC/CINT2006/429.mcf:
Makefile updated: 1.2 -> 1.3
---
Log message:
Cosmetic changes
---
Diffs of the changes: (+2 -7)
Makefile | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
Index: llvm-test/External/SPEC/CINT2006/429.mcf/Makefile
diff -u llvm-test/External/SPEC/CINT2006/429.mcf/Makefile:1.2 llvm-test/External/SPEC/CINT2006/429.mcf/Makefile:1.3
--- llvm-test/External/SPEC/CINT2006/429.mcf/Makefile:1.2 Fri Sep 1 18:29:51 2006
+++ llvm-test/External/SPEC/CINT2006/429.mcf/Makefile Fri Sep 1 20:30:39 2006
@@ -8,12 +8,7 @@
include ../../Makefile.spec2006
-RUN_OPTIONS = inp.in
-
CPPFLAGS += -DWANT_STDC_PROTO
-ifeq ($(RUN_TYPE),test)
- STDOUT_FILENAME := test.out
-else
- STDOUT_FILENAME := train.out
-endif
+RUN_OPTIONS = inp.in
+STDOUT_FILENAME := inp.out
More information about the llvm-commits
mailing list