diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 04:14:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 04:14:31 +0000 |
commit | ebdaa5c1c3c05bf8053c180b8a604fdfc3fb7403 (patch) | |
tree | 4d6a45204b5e4d13c5e2addfe94e74baf7c34f68 /lang/Makefile | |
parent | Update to 0.9.6b21 (diff) |
Remove gcc33 from SUBDIR, because it has not yet been upgraded after the
repo-copy and is consequently breaking INDEX.
Pointy hat to: obrien
Notes
Notes:
svn path=/head/; revision=65350
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 80b863e0275f..57db4f650110 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -53,7 +53,6 @@ SUBDIR += gcc30 SUBDIR += gcc31 SUBDIR += gcc32 - SUBDIR += gcc33 SUBDIR += gcl SUBDIR += generic-haskell SUBDIR += gforth |