Move around the MAKE_ARGS assignments to put the := as early as possible.

This commit is contained in:
tv 2001-11-13 04:43:25 +00:00
parent be39e87135
commit 71abcbf812
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.gnuhost,v 1.2 2001/11/13 04:28:27 tv Exp $
# $NetBSD: Makefile.gnuhost,v 1.3 2001/11/13 04:43:25 tv Exp $
#
# Rules used when building a GNU host package. Expects MODULE to be set.
#
@ -50,14 +50,14 @@ CONFIGURE_ENV+= CC=${HOST_CC:Q} \
CONFIGURE_ARGS+=--prefix=${TOOLDIR} --disable-shared
MAKE_ARGS+= LEX=true BISON=true DESTDIR= INSTALL="${INSTALL_FILE}"
.ifndef _NOWRAPPER
MAKE_ARGS:= -f ${.PARSEDIR}/Makefile.gnuwrap ${MAKE_ARGS}
.else
MAKE_ARGS+= _NOWRAPPER=1
.endif
MAKE_ARGS+= LEX=true BISON=true DESTDIR= INSTALL="${INSTALL_FILE}"
ALL_TARGET?= all
INSTALL_TARGET?=install