diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-20 21:53:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-20 21:53:31 +0000 |
commit | 69a7447907509a63d43e44bd2a5f8401c501aaa2 (patch) | |
tree | 6155c92c414d0aedb6b41d0602c516f2270c5013 /lang | |
parent | Oops, I meant May of 1999, not 1998. (diff) |
Bye-bye g77. (use egcs-devel instead)
Notes
Notes:
svn path=/head/; revision=18911
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 648b7a7a7969..3b79fe1e5126 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.131 1999/04/28 09:47:15 jkoshy Exp $ +# $Id: Makefile,v 1.132 1999/04/30 18:17:37 taoka Exp $ # SUBDIR += ETHOberonV4 @@ -25,7 +25,6 @@ SUBDIR += f2c SUBDIR += f77 SUBDIR += forth - SUBDIR += g77 SUBDIR += gawk SUBDIR += gcc28 SUBDIR += gcl |