[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Jun 16 07:02:01 PDT 2003
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/300.twolf:
Makefile updated: 1.1 -> 1.2
---
Log message:
Fix bug in runargs
---
Diffs of the changes:
Index: llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile:1.1 llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile:1.2
--- llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile:1.1 Thu May 22 12:29:25 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile Mon Jun 16 07:01:12 2003
@@ -1,6 +1,6 @@
LEVEL = ../../../../../..
LDFLAGS = -lm
-RUN_OPTIONS = test.net
+RUN_OPTIONS = test
STDOUT_FILENAME := test.net.stdout
include ../../Makefile.spec
More information about the llvm-commits
mailing list