Module Name:    src
Committed By:   uebayasi
Date:           Thu Dec 10 05:57:23 UTC 2009

Modified Files:
        src/distrib/sets: Makefile

Log Message:
sh -> ${HOST_SH}


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/distrib/sets/Makefile

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

Modified files:

Index: src/distrib/sets/Makefile
diff -u src/distrib/sets/Makefile:1.74 src/distrib/sets/Makefile:1.75
--- src/distrib/sets/Makefile:1.74	Thu Dec 10 05:15:28 2009
+++ src/distrib/sets/Makefile	Thu Dec 10 05:57:23 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.74 2009/12/10 05:15:28 uebayasi Exp $
+#	$NetBSD: Makefile,v 1.75 2009/12/10 05:57:23 uebayasi Exp $
 
 # The `all' target must appear before bsd.own.mk is pulled in.
 all:
@@ -68,7 +68,7 @@
 	@echo "${TOOLCHAIN_MISSING}"
 
 print_mkvars: .PHONY
-	@env SETS_SUBR_DEBUG=dumpmkvars sh sets.subr
+	@env SETS_SUBR_DEBUG=dumpmkvars ${HOST_SH} sets.subr
 
 #
 # METALOG MANIPULATION TARGETS

Reply via email to