diff options
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/daic/Makefile | 2 |
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. |
