Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Recheck the GNU configuration if ${.CURDIR}/Makefile c...
details: https://anonhg.NetBSD.org/src/rev/e699a8195346
branches: trunk
changeset: 517560:e699a8195346
user: tv <tv%NetBSD.org@localhost>
date: Wed Nov 14 22:14:48 2001 +0000
description:
Recheck the GNU configuration if ${.CURDIR}/Makefile changes.
diffstat:
tools/Makefile.gnuhost | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8445ae35196f -r e699a8195346 tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost Wed Nov 14 22:13:39 2001 +0000
+++ b/tools/Makefile.gnuhost Wed Nov 14 22:14:48 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gnuhost,v 1.6 2001/11/14 22:07:03 tv Exp $
+# $NetBSD: Makefile.gnuhost,v 1.7 2001/11/14 22:14:48 tv Exp $
#
# Rules used when building a GNU host package. Expects MODULE to be set.
#
@@ -61,7 +61,7 @@
ALL_TARGET?= all
INSTALL_TARGET?=install
-.configure_done: ${_GNU_CFGSRC}
+.configure_done: ${_GNU_CFGSRC} ${.CURDIR}/Makefile
@mkdir build 2>/dev/null || true
@(cd build && ${CONFIGURE_ENV} ${DIST}/configure ${CONFIGURE_ARGS})
@touch $@
Home |
Main Index |
Thread Index |
Old Index