[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/146.wave5/Makefile

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



Changes in directory llvm-test/External/SPEC/CFP95/146.wave5:

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/146.wave5/Makefile
diff -u llvm-test/External/SPEC/CFP95/146.wave5/Makefile:1.1 llvm-test/External/SPEC/CFP95/146.wave5/Makefile:1.2
--- llvm-test/External/SPEC/CFP95/146.wave5/Makefile:1.1	Wed Oct  6 15:14:07 2004
+++ llvm-test/External/SPEC/CFP95/146.wave5/Makefile	Thu Oct  7 17:13:52 2004
@@ -1,6 +1,4 @@
 LEVEL = ../../../..
-
-Source = wave5.f wave5_data.f
 include $(LEVEL)/Makefile.f2c
 
 STDIN_FILENAME  = wave5.in






More information about the llvm-commits mailing list