[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile

Misha Brukman brukman at cs.uiuc.edu
Wed Oct 6 12:48:28 PDT 2004



Changes in directory llvm-test/External/SPEC/CFP95/101.tomcatv:

Makefile updated: 1.2 -> 1.3
---
Log message:

If we specify the source as .f files, interestingly enough, it still works.


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

Index: llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile
diff -u llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile:1.2 llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile:1.3
--- llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile:1.2	Wed Oct  6 14:41:53 2004
+++ llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile	Wed Oct  6 14:48:17 2004
@@ -1,6 +1,6 @@
 LEVEL = ../../../..
 
-Source = tomcatv.c
+Source = tomcatv.f
 include $(LEVEL)/Makefile.f2c
 
 STDIN_FILENAME  = tomcatv.in






More information about the llvm-commits mailing list