[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile

John Criswell criswell at cs.uiuc.edu
Wed Oct 19 11:36:01 PDT 2005



Changes in directory llvm-test/External/SPEC/CFP2000/168.wupwise:

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

Makefile.FORTRAN isn't copied into the object tree (and really doesn't need
to be), so just look for it in the source tree instead.


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

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


Index: llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile
diff -u llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile:1.3 llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile:1.4
--- llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile:1.3	Thu Jul 28 12:54:01 2005
+++ llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile	Wed Oct 19 13:35:41 2005
@@ -11,5 +11,5 @@
 
 FP_TOLERANCE=0.005
 
-include $(LEVEL)/Makefile.FORTRAN
 include ../../Makefile.spec2000
+include $(PROC_SRC_ROOT)/Makefile.FORTRAN






More information about the llvm-commits mailing list