From 6253064e3fa7fa40072ea3bbc766652ca991275d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 18 Apr 1999 09:34:01 +0000 Subject: Hookup the new FORTRAN compiler. Define `NO_FORTRAN' to not compile it. --- gnu/usr.bin/cc/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 43934a9341ef..16dffc1178b0 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.11 1999/04/04 16:36:31 obrien Exp $ +# $Id: Makefile,v 1.12 1999/04/13 17:56:28 markm Exp $ # # The order of some of these are rather important. Some depend on previous @@ -7,4 +7,9 @@ SUBDIR= cc_tools cc_int cc_drv cpp cc1 cc cc1obj cc1plus c++ c++filt doc +.if !defined(NO_FORTRAN) +SUBDIR+= f77 +SUBDIR+= f771 +.endif + .include -- cgit v1.3