[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/178.galgel/Makefile

John Criswell criswell at cs.uiuc.edu
Wed Oct 19 11:42:51 PDT 2005



Changes in directory llvm-test/External/SPEC/CFP2000/178.galgel:

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

Corrected the inclusion of Makefile.FORTRAN, which is not copied into the
object tree by configure.



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

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


Index: llvm-test/External/SPEC/CFP2000/178.galgel/Makefile
diff -u llvm-test/External/SPEC/CFP2000/178.galgel/Makefile:1.1 llvm-test/External/SPEC/CFP2000/178.galgel/Makefile:1.2
--- llvm-test/External/SPEC/CFP2000/178.galgel/Makefile:1.1	Wed Jul 20 12:05:57 2005
+++ llvm-test/External/SPEC/CFP2000/178.galgel/Makefile	Wed Oct 19 13:42:21 2005
@@ -17,8 +17,8 @@
 # -I $(SPEC_BENCH_DIR)/src
 
 
-include $(LEVEL)/Makefile.FORTRAN
 include ../../Makefile.spec2000
+include $(PROJ_SRC_ROOT)/Makefile.FORTRAN
 CPPFLAGS += -DINT64='long long'
 
 ab.c arhbt.c arhim.c bifg21.c bifgel.c          \






More information about the llvm-commits mailing list