[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile

Alkis Evlogimenos alkis at cs.uiuc.edu
Sun Feb 29 19:25:02 PST 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk:

Makefile updated: 1.5 -> 1.6

---
Log message:

Make this work with both train inputs.


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

Index: llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile:1.5 llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile:1.6
--- llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile:1.5	Wed Feb 25 18:01:20 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile	Sun Feb 29 19:24:11 2004
@@ -1,7 +1,7 @@
 LEVEL = ../../../../../..
 REQUIRES_EH_SUPPORT = 1
-RUN_OPTIONS     = $(RUN_TYPE).pl
-STDOUT_FILENAME = $(RUN_TYPE).out
+RUN_OPTIONS     = test.pl
+STDOUT_FILENAME = test.out
 CPPFLAGS = -DSPEC_CPU2000_LINUX -Dbool=char -DI_TIME -DI_SYS_TIME
 
 ifneq ($(ARCH),Sparc)





More information about the llvm-commits mailing list