Module Name: src
Committed By: roy
Date: Thu Jan 24 14:17:40 UTC 2013
Modified Files:
src/lib/libterminfo: Makefile.hash
Log Message:
Fix building our terminals with a non standard NETBSDSRCDIR, PR lib/46793.
Thanks to Bernd Ernesti.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libterminfo/Makefile.hash
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libterminfo/Makefile.hash
diff -u src/lib/libterminfo/Makefile.hash:1.6 src/lib/libterminfo/Makefile.hash:1.7
--- src/lib/libterminfo/Makefile.hash:1.6 Mon Aug 20 15:44:02 2012
+++ src/lib/libterminfo/Makefile.hash Thu Jan 24 14:17:40 2013
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile.hash,v 1.6 2012/08/20 15:44:02 joerg Exp $
+# $NetBSD: Makefile.hash,v 1.7 2013/01/24 14:17:40 roy Exp $
SCRIPT_ENV= \
+ NETBSDSRCDIR=${NETBSDSRCDIR:Q} \
TOOL_AWK=${TOOL_AWK:Q} \
TOOL_NBPERF=${TOOL_NBPERF:Q} \
TOOL_SED=${TOOL_SED:Q} \