[llvm-commits] CVS: llvm-test/Makefile.FORTRAN Makefile.nagfortran
Chris Lattner
lattner at cs.uiuc.edu
Tue Jul 19 11:57:23 PDT 2005
Changes in directory llvm-test:
Makefile.FORTRAN updated: 1.1 -> 1.2
Makefile.nagfortran updated: 1.1 -> 1.2
---
Log message:
minor tweaks
---
Diffs of the changes: (+1 -7)
Makefile.FORTRAN | 6 ------
Makefile.nagfortran | 2 +-
2 files changed, 1 insertion(+), 7 deletions(-)
Index: llvm-test/Makefile.FORTRAN
diff -u llvm-test/Makefile.FORTRAN:1.1 llvm-test/Makefile.FORTRAN:1.2
--- llvm-test/Makefile.FORTRAN:1.1 Tue Jul 19 13:25:23 2005
+++ llvm-test/Makefile.FORTRAN Tue Jul 19 13:57:12 2005
@@ -21,16 +21,10 @@
endif
# Include the correct Makefile given how FORTRAN is currently being supported.
-
ifeq ($(USE_F95),1)
include $(LEVEL)/Makefile.nagfortran
else
ifeq ($(USE_F2C),1)
include $(LEVEL)/Makefile.f2c
-else
-
-## If FORTRAN is not supported, do nothing.
-bytecode:
-
endif
endif
Index: llvm-test/Makefile.nagfortran
diff -u llvm-test/Makefile.nagfortran:1.1 llvm-test/Makefile.nagfortran:1.2
--- llvm-test/Makefile.nagfortran:1.1 Tue Jul 19 13:25:23 2005
+++ llvm-test/Makefile.nagfortran Tue Jul 19 13:57:12 2005
@@ -23,7 +23,7 @@
ifneq ($(USE_F95),1)
all test::
- echo "The f2c program was not found"
+ echo "NAG Fortran is not support?"
exit 1
endif
More information about the llvm-commits
mailing list