[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/104.hydro2d/Makefile

Misha Brukman brukman at cs.uiuc.edu
Thu Oct 7 15:13:53 PDT 2004



Changes in directory llvm-test/External/SPEC/CFP95/104.hydro2d:

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/104.hydro2d/Makefile
diff -u llvm-test/External/SPEC/CFP95/104.hydro2d/Makefile:1.1 llvm-test/External/SPEC/CFP95/104.hydro2d/Makefile:1.2
--- llvm-test/External/SPEC/CFP95/104.hydro2d/Makefile:1.1	Wed Oct  6 14:39:37 2004
+++ llvm-test/External/SPEC/CFP95/104.hydro2d/Makefile	Thu Oct  7 17:13:43 2004
@@ -1,6 +1,4 @@
 LEVEL = ../../../..
-
-Source = hydro2d.f inpdta.f
 include $(LEVEL)/Makefile.f2c
 
 STDIN_FILENAME  = hydro2d.in






More information about the llvm-commits mailing list