[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Oct 19 11:42:51 PDT 2005
Changes in directory llvm-test/External/SPEC/CFP2000/172.mgrid:
Makefile updated: 1.3 -> 1.4
---
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/172.mgrid/Makefile
diff -u llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile:1.3 llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile:1.4
--- llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile:1.3 Tue Jul 19 14:05:46 2005
+++ llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile Wed Oct 19 13:42:21 2005
@@ -8,5 +8,5 @@
STDIN_FILENAME = mgrid.in
STDOUT_FILENAME = mgrid.out
-include $(LEVEL)/Makefile.FORTRAN
include ../../Makefile.spec2000
+include $(PROJ_SRC_ROOT)/Makefile.FORTRAN
More information about the llvm-commits
mailing list