From f85d2d1c14482aeb36b69b10ebf85937ae57b22d Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 26 Oct 2003 07:25:33 +0000 Subject: Use ${HOST_SH} instead of `sh'. If necessary, pull in to get the definition of HOST_SH; Makefiles that pull in one of (most of) will get this anyway. --- sys/dev/microcode/daic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/microcode/daic') 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. -- cgit