[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile

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



Changes in directory llvm-test/External/SPEC/CFP2000/172.mgrid:

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

Make these tests all work with NAG fortran or F2C


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

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


Index: llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile
diff -u llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile:1.2 llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile:1.3
--- llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile:1.2	Wed Mar 16 22:48:30 2005
+++ llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile	Tue Jul 19 14:05:46 2005
@@ -1,13 +1,12 @@
 LEVEL = ../../../..
 
 Source = mgrid.f
-include $(LEVEL)/Makefile.f2c
 
 FP_ABSTOLERANCE=1.0e-12
 FP_TOLERANCE=0.001
 
-
 STDIN_FILENAME  = mgrid.in
 STDOUT_FILENAME = mgrid.out
 
+include $(LEVEL)/Makefile.FORTRAN
 include ../../Makefile.spec2000






More information about the llvm-commits mailing list