[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/173.applu/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Jul 19 12:05:58 PDT 2005



Changes in directory llvm-test/External/SPEC/CFP2000/173.applu:

Makefile updated: 1.1 -> 1.2
---
Log message:

Make these tests all work with NAG fortran or F2C


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/External/SPEC/CFP2000/173.applu/Makefile
diff -u llvm-test/External/SPEC/CFP2000/173.applu/Makefile:1.1 llvm-test/External/SPEC/CFP2000/173.applu/Makefile:1.2
--- llvm-test/External/SPEC/CFP2000/173.applu/Makefile:1.1	Wed Oct  6 16:40:22 2004
+++ llvm-test/External/SPEC/CFP2000/173.applu/Makefile	Tue Jul 19 14:05:46 2005
@@ -1,9 +1,9 @@
 LEVEL = ../../../..
 
 Source = applu.f
-include $(LEVEL)/Makefile.f2c
 
 STDIN_FILENAME  = applu.in
 STDOUT_FILENAME = applu.out
 
+include $(LEVEL)/Makefile.FORTRAN
 include ../../Makefile.spec2000






More information about the llvm-commits mailing list