Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Pass M4=${TOOL_M4:Q} to CONFIGURE_ENV for tools/gmp.
details: https://anonhg.NetBSD.org/src/rev/b4287d8334bb
branches: trunk
changeset: 771457:b4287d8334bb
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Nov 21 13:46:37 2011 +0000
description:
Pass M4=${TOOL_M4:Q} to CONFIGURE_ENV for tools/gmp.
Fixes configure error on cygwin.
diffstat:
tools/Makefile.gnuhost | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6f77e9b5ef2d -r b4287d8334bb tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost Mon Nov 21 13:44:38 2011 +0000
+++ b/tools/Makefile.gnuhost Mon Nov 21 13:46:37 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gnuhost,v 1.34 2009/11/25 11:49:36 uebayasi Exp $
+# $NetBSD: Makefile.gnuhost,v 1.35 2011/11/21 13:46:37 tsutsui Exp $
#
# Rules used when building a GNU host package. Expects MODULE to be set.
#
@@ -55,6 +55,7 @@
INSTALL=${HOST_INSTALL_FILE:Q} \
LDFLAGS=${HOST_LDFLAGS:Q} \
LEX=${LEX:Q} \
+ M4=${TOOL_M4:Q} \
MAKE=${MAKE:Q} \
PATH="${TOOLDIR}/bin:$$PATH" \
RANLIB=${HOST_RANLIB:Q} \
Home |
Main Index |
Thread Index |
Old Index