diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-31 15:21:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-31 15:21:37 +0000 |
commit | d511720a6c148847e37770240e1d613be6d64f76 (patch) | |
tree | 309d6d171a13919283d5dbf868f757766c037d05 /lang/Makefile | |
parent | unbreak: add -lXpm (diff) |
Add gcc30 to the mix.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 6528175979d2..9e9dcfc39422 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -42,6 +42,7 @@ SUBDIR += gcc27 SUBDIR += gcc28 SUBDIR += gcc295 + SUBDIR += gcc30 SUBDIR += gcl SUBDIR += gforth SUBDIR += ghc |