diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:49:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:49:26 +0000 |
commit | aba8e158d06beed32606b77e5c3b9944d8ea2f01 (patch) | |
tree | 450f4f8c81ec40ef254cfbfdde809c673acbf7cb /lang/gcc48 | |
parent | 768a3432798193dbe1dabb328cd87235f769de84 (diff) | |
download | ports-aba8e158d06beed32606b77e5c3b9944d8ea2f01.tar.gz ports-aba8e158d06beed32606b77e5c3b9944d8ea2f01.zip |
Notes
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index d1f8cab448c4..4b4391a7c229 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.65 1999/06/24 19:11:49 obrien Exp $ +# $Id: Makefile,v 1.66 1999/07/04 20:55:43 obrien Exp $ # SNAPDATE= 1999-06-23 @@ -53,7 +53,7 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ CONFIGURE_ARGS+= --enable-shared .endif .if defined(WANT_THREADS) -# ?is his an ObjC only thing? +# ?is this an ObjC only thing? CONFIGURE_ARGS+= --enable-threads=posix .endif ALL_TARGET= bootstrap |