Remove the "-j1" hack. This needs to be fixed better. For now, -j is

disabled at the top level anyway, making this extra hack unnecessary.
This commit is contained in:
tv 2002-02-26 22:27:11 +00:00
parent b2ec8a78fc
commit a616862da1

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.gnuhost,v 1.15 2002/01/31 22:43:44 tv Exp $
# $NetBSD: Makefile.gnuhost,v 1.16 2002/02/26 22:27:11 tv Exp $
#
# Rules used when building a GNU host package. Expects MODULE to be set.
#
@ -51,8 +51,6 @@ CONFIGURE_ENV+= CC=${HOST_CC:Q} \
CONFIGURE_ARGS+=--prefix=${TOOLDIR} --disable-shared
MAKE_ARGS:= -j1 ${MAKE_ARGS}
.ifndef _NOWRAPPER
MAKE_ARGS:= -f ${.PARSEDIR}/Makefile.gnuwrap ${MAKE_ARGS}
.else