aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/optionrom/Makefile
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2009-08-10 03:40:16 +0400
committermalc <av1474@comtv.ru>2009-08-10 03:41:46 +0400
commit0ff6697d1c1bc09fa73236be6f72ddccd6aa9279 (patch)
treea2bcc359dafb4b97e21046bf51103125d5692605 /pc-bios/optionrom/Makefile
parentd9c3231019a0fbacbe15dcb26a0e3708b726af77 (diff)
Do not try to invoke shebang scripts directly (NFS issues)
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'pc-bios/optionrom/Makefile')
-rw-r--r--pc-bios/optionrom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc-bios/optionrom/Makefile b/pc-bios/optionrom/Makefile
index 7ddc242c81..7c6f211aa2 100644
--- a/pc-bios/optionrom/Makefile
+++ b/pc-bios/optionrom/Makefile
@@ -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 *~