diff options
author | kan <kan@FreeBSD.org> | 2002-10-10 04:40:48 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2002-10-10 04:40:48 +0000 |
commit | 4cd51c91e63c08902000de1cbdfda425a681f0e0 (patch) | |
tree | c3848060bb6e142f30c9cafde49c3fd6391f8cc1 | |
parent | 05dc917ee76e021c62a5523736d072a864a1e558 (diff) | |
download | FreeBSD-src-4cd51c91e63c08902000de1cbdfda425a681f0e0.zip FreeBSD-src-4cd51c91e63c08902000de1cbdfda425a681f0e0.tar.gz |
Gcc 3.2.1-prerelease Objective C support bits from the FSF anoncvs repo gcc-3_2-branch on October 9th 2002 20:15 EST.
-rw-r--r-- | contrib/libobjc/ChangeLog | 4 | ||||
-rw-r--r-- | contrib/libobjc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/libobjc/ChangeLog b/contrib/libobjc/ChangeLog index 9d64b82..01abbdc 100644 --- a/contrib/libobjc/ChangeLog +++ b/contrib/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2002-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * Makefile.in (all): Fix multilib parallel build. + 2002-08-14 Release Manager * GCC 3.2 Released. diff --git a/contrib/libobjc/Makefile.in b/contrib/libobjc/Makefile.in index 2faf269..45f8e25 100644 --- a/contrib/libobjc/Makefile.in +++ b/contrib/libobjc/Makefile.in @@ -136,7 +136,7 @@ FLAGS_TO_PASS = \ "tooldir=$(tooldir)" all: libobjc.la $(OBJC_BOEHM_GC) - $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all + : $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all # User-visible header files. |