Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gmp Save a couple of dollars now that make is fixed.
details: https://anonhg.NetBSD.org/src/rev/003f33413d08
branches: trunk
changeset: 342792:003f33413d08
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 09 01:13:42 2016 +0000
description:
Save a couple of dollars now that make is fixed.
diffstat:
tools/gmp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fde964e92a42 -r 003f33413d08 tools/gmp/Makefile
--- a/tools/gmp/Makefile Sat Jan 09 00:55:17 2016 +0000
+++ b/tools/gmp/Makefile Sat Jan 09 01:13:42 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/04/12 01:05:31 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2016/01/09 01:13:42 christos Exp $
#
GNUHOSTDIST= ${.CURDIR}/../../external/lgpl3/gmp/dist
@@ -11,7 +11,7 @@
# PATH needs special treating since "make" tries to expand $PATH
# when variable is used.
CONFIGURE_ENV:= ${CONFIGURE_ENV:NPATH=*:NCFLAGS=*:NCXXFLAGS=*} \
- PATH="${TOOLDIR:Q}/bin:$$$$PATH"
+ PATH="${TOOLDIR:Q}/bin:$$PATH"
# Force avoiding possibly non-executable install-sh.
CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
Home |
Main Index |
Thread Index |
Old Index