[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/129.compress/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 28 13:17:00 PST 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT95/129.compress:

Makefile updated: 1.2 -> 1.3

---
Log message:

write this correctly


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

Index: llvm/test/Programs/External/SPEC/CINT95/129.compress/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT95/129.compress/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT95/129.compress/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT95/129.compress/Makefile:1.2	Sat Feb 28 13:11:41 2004
+++ llvm/test/Programs/External/SPEC/CINT95/129.compress/Makefile	Sat Feb 28 13:15:57 2004
@@ -1,9 +1,9 @@
 LEVEL = ../../../../../..
-ifndef RUN_TYPE
-STDIN_FILENAME  := bigtest.in
-else
-STDIN_FILENAME := test.in
-endif
 STDOUT_FILENAME := test.out
 include ../../Makefile.spec95
 
+ifeq ($(RUN_TYPE),ref)
+STDIN_FILENAME = bigtest.in
+else
+STDIN_FILENAME = test.in
+endif





More information about the llvm-commits mailing list