diff options
author | 2005-04-28 21:33:25 +0000 | |
---|---|---|
committer | 2005-04-28 21:33:25 +0000 | |
commit | 8fee98233ae5710c1bb00f406424edf8e8e9e579 (patch) | |
tree | 2aa2f671a605928a7882b168945745605bd02b46 | |
parent | also use new libobjc on old architectures, since it builds fine with (diff) | |
download | wireguard-openbsd-8fee98233ae5710c1bb00f406424edf8e8e9e579.tar.xz wireguard-openbsd-8fee98233ae5710c1bb00f406424edf8e8e9e579.zip |
... 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 |