diff options
| author | jmc <jmc@NetBSD.org> | 2005-02-11 15:11:08 +0000 |
|---|---|---|
| committer | jmc <jmc@NetBSD.org> | 2005-02-11 15:11:08 +0000 |
| commit | 2fbd40c4e08b558d070febc278434eb104bed352 (patch) | |
| tree | 25b64aeff55922b6fd8492baead334787e0d0acc /tools/Makefile.gnuhost | |
| parent | 18acc63fc47b131591a197d419a10c59cc9fc0a0 (diff) | |
Put back @ on configure line. Was off for debugging and shouldn't have been
committed.
Diffstat (limited to 'tools/Makefile.gnuhost')
| -rw-r--r-- | tools/Makefile.gnuhost | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.gnuhost b/tools/Makefile.gnuhost index 2eb108dda8f..b3c78c5521d 100644 --- a/tools/Makefile.gnuhost +++ b/tools/Makefile.gnuhost @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.gnuhost,v 1.31 2005/02/11 15:01:03 jmc Exp $ +# $NetBSD: Makefile.gnuhost,v 1.32 2005/02/11 15:11:08 jmc Exp $ # # Rules used when building a GNU host package. Expects MODULE to be set. # @@ -85,7 +85,7 @@ INSTALL_TARGET?=install .configure_done: ${_GNU_CFGSRC} ${.CURDIR}/Makefile @mkdir build 2>/dev/null || true - (cd build && ${CONFIGURE_ENV} ${HOST_SH} ${GNUHOSTDIST}/configure ${CONFIGURE_ARGS}) + @(cd build && ${CONFIGURE_ENV} ${HOST_SH} ${GNUHOSTDIST}/configure ${CONFIGURE_ARGS}) @touch $@ # The .build_done timestamp is only updated if a file actually changes |
