summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-10-26 07:25:33 +0000
committerlukem <lukem@NetBSD.org>2003-10-26 07:25:33 +0000
commitf85d2d1c14482aeb36b69b10ebf85937ae57b22d (patch)
tree9115370af7948e2ca6983db01d67236d1570ece0 /sys/dev/microcode
parent08c9a6472758ceded90d55fe52923cf25ecfb7fa (diff)
Use ${HOST_SH} instead of `sh'.
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH; Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/daic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/microcode/daic/Makefile b/sys/dev/microcode/daic/Makefile
index 307c2647b17..4ba2f95d391 100644
--- a/sys/dev/microcode/daic/Makefile
+++ b/sys/dev/microcode/daic/Makefile
@@ -15,7 +15,7 @@
# static byte array via the "gendnloadh" shell script.
dnload.h: dnload.bin
@rm -f dnload.h
- @sh ./gendnloadh
+ @${HOST_SH} ./gendnloadh
.else
# Fake part - user did not copy the necessary file here. Compilation will
# fail with an error explaining his fault.