Do not try to invoke shebang scripts directly (NFS issues)
[qemu] / pc-bios / optionrom / Makefile
index 7ddc242..7c6f211 100644 (file)
@@ -20,7 +20,7 @@ build-all: multiboot.bin
        $(call quiet-command,$(OBJCOPY) -O binary -j .text $< $@,"  Building $(TARGET_DIR)$@")
 
 %.bin: %.raw
-       $(call quiet-command,$(SRC_PATH)/pc-bios/optionrom/signrom.sh $< $@,"  Signing $(TARGET_DIR)$@")
+       $(call quiet-command,$(SHELL) $(SRC_PATH)/pc-bios/optionrom/signrom.sh $< $@,"  Signing $(TARGET_DIR)$@")
 
 clean:
        $(RM) *.o *.img *.bin *~