diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-04-28 21:33:26 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-04-28 21:33:26 +0000 |
commit | c6763cc0dca70464fcc31c160c3031f26af33013 (patch) | |
tree | ed8a929a7cb2b66e9984f44fac50fbde0e4c6bcf | |
parent | 5e981d5bb68efeabc1e01c6560f8ccc86fae2976 (diff) |
... and don't bother making obj in libobjc.
from miod@
-rw-r--r-- | gnu/egcs/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/egcs/Makefile.bsd-wrapper b/gnu/egcs/Makefile.bsd-wrapper index 3a5d6e08dce..556881a6246 100644 --- a/gnu/egcs/Makefile.bsd-wrapper +++ b/gnu/egcs/Makefile.bsd-wrapper @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2005/04/28 21:30:13 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2005/04/28 21:33:25 espie Exp $ .include <bsd.own.mk> USE_GCC3?=No .if make(obj) -SUBDIR+= libio libf2c libobjc libstdc++ +SUBDIR+= libio libf2c libstdc++ .else . if ${USE_GCC3:L} == "no" SUBDIR+= libio libf2c libstdc++ @@ -14,7 +14,7 @@ SUBDIR+= .endif # just so that the main directory will have a subdir, which simplifies -# libf2c/libobjc build +# libf2c build obj: _SUBDIRUSE cd $(.CURDIR) && $(MAKE) -f Makefile.bsd-wrapper1 obj cd $(.CURDIR)/gcc && $(MAKE) -f Makefile.bsd-wrapper obj |