[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Thu Oct 7 14:57:35 PDT 2004
Changes in directory llvm-test/External/SPEC/CFP95/101.tomcatv:
Makefile updated: 1.3 -> 1.4
---
Log message:
Since we now pattern-match on .f files, we don't need to specify them
---
Diffs of the changes: (+0 -2)
Index: llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile
diff -u llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile:1.3 llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile:1.4
--- llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile:1.3 Wed Oct 6 14:48:17 2004
+++ llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile Thu Oct 7 16:57:25 2004
@@ -1,6 +1,4 @@
LEVEL = ../../../..
-
-Source = tomcatv.f
include $(LEVEL)/Makefile.f2c
STDIN_FILENAME = tomcatv.in
More information about the llvm-commits
mailing list