[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/102.swim/Makefile

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



Changes in directory llvm-test/External/SPEC/CFP95/102.swim:

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/102.swim/Makefile
diff -u llvm-test/External/SPEC/CFP95/102.swim/Makefile:1.2 llvm-test/External/SPEC/CFP95/102.swim/Makefile:1.3
--- llvm-test/External/SPEC/CFP95/102.swim/Makefile:1.2	Wed Oct  6 14:41:56 2004
+++ llvm-test/External/SPEC/CFP95/102.swim/Makefile	Wed Oct  6 14:48:20 2004
@@ -1,6 +1,6 @@
 LEVEL = ../../../..
 
-Source = swim.c
+Source = swim.f
 include $(LEVEL)/Makefile.f2c
 
 STDIN_FILENAME  = swim.in






More information about the llvm-commits mailing list