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

Misha Brukman brukman at cs.uiuc.edu
Thu Oct 7 15:14:19 PDT 2004



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

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

No need to specify source .f files since we already pattern-match on them


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

Index: llvm-test/External/SPEC/CFP95/102.swim/Makefile
diff -u llvm-test/External/SPEC/CFP95/102.swim/Makefile:1.3 llvm-test/External/SPEC/CFP95/102.swim/Makefile:1.4
--- llvm-test/External/SPEC/CFP95/102.swim/Makefile:1.3	Wed Oct  6 14:48:20 2004
+++ llvm-test/External/SPEC/CFP95/102.swim/Makefile	Thu Oct  7 17:13:39 2004
@@ -1,6 +1,4 @@
 LEVEL = ../../../..
-
-Source = swim.f
 include $(LEVEL)/Makefile.f2c
 
 STDIN_FILENAME  = swim.in






More information about the llvm-commits mailing list