[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/103.su2cor/Makefile

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



Changes in directory llvm-test/External/SPEC/CFP95/103.su2cor:

Makefile updated: 1.1 -> 1.2
---
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/103.su2cor/Makefile
diff -u llvm-test/External/SPEC/CFP95/103.su2cor/Makefile:1.1 llvm-test/External/SPEC/CFP95/103.su2cor/Makefile:1.2
--- llvm-test/External/SPEC/CFP95/103.su2cor/Makefile:1.1	Wed Oct  6 14:31:40 2004
+++ llvm-test/External/SPEC/CFP95/103.su2cor/Makefile	Thu Oct  7 17:13:41 2004
@@ -1,6 +1,4 @@
 LEVEL = ../../../..
-
-Source = su2cor.f su2cor.data.f
 include $(LEVEL)/Makefile.f2c
 
 STDIN_FILENAME  = su2cor.in






More information about the llvm-commits mailing list