Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
llvm-svn: 22472
  • Loading branch information
lattner committed Jul 19, 2005
1 parent edf6836 commit 531dd1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Makefile.FORTRAN
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,10 @@ all::
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
2 changes: 1 addition & 1 deletion Makefile.nagfortran
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

ifneq ($(USE_F95),1)
all test::
echo "The f2c program was not found"
echo "NAG Fortran is not support?"
exit 1
endif

Expand Down

0 comments on commit 531dd1d

Please sign in to comment.