Module Name:    src
Committed By:   christos
Date:           Sat Jan  9 01:13:42 UTC 2016

Modified Files:
        src/tools/gmp: Makefile

Log Message:
Save a couple of dollars now that make is fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/gmp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/gmp/Makefile
diff -u src/tools/gmp/Makefile:1.2 src/tools/gmp/Makefile:1.3
--- src/tools/gmp/Makefile:1.2	Wed Apr 11 21:05:31 2012
+++ src/tools/gmp/Makefile	Fri Jan  8 20:13:42 2016
@@ -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 @@ CONFIGURE_ARGS+=--disable-shared
 # 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"

Reply via email to