diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-05-28 15:08:27 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-05-28 15:08:27 +0000 |
commit | 6ad9963ae9af3b076cd92ec973125daaa4d5fa1a (patch) | |
tree | f46fe2631436df306cff95ac7ef4ff1fd4aac897 | |
parent | 02044f508345f9f30fc7ae8c991d9c0d5e775ea9 (diff) |
Add gcc/ subdir to the list of obj targets,
makes Mickey happier :)
-rw-r--r-- | gnu/egcs/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/egcs/Makefile.bsd-wrapper b/gnu/egcs/Makefile.bsd-wrapper index beb6b45016c..6a25a6343df 100644 --- a/gnu/egcs/Makefile.bsd-wrapper +++ b/gnu/egcs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 1999/05/26 15:47:02 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1999/05/28 15:08:26 espie Exp $ .if (${MACHINE_ARCH} == "mips") MAKE+= -DNOPIC @@ -11,5 +11,6 @@ SUBDIR+= libiberty libio libstdc++ libf2c libobjc # libf2c/libobjc build obj: _SUBDIRUSE cd $(.CURDIR) && $(MAKE) -f Makefile.bsd-wrapper1 obj + cd $(.CURDIR)/gcc && $(MAKE) -f Makefile.bsd-wrapper obj .include <bsd.subdir.mk> |