]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Do not execute shell scripts directly
authormalc <av1474@comtv.ru>
Sat, 14 Nov 2009 20:32:10 +0000 (23:32 +0300)
committermalc <av1474@comtv.ru>
Sat, 14 Nov 2009 20:32:43 +0000 (23:32 +0300)
Signed-off-by: malc <av1474@comtv.ru>
rules.mak

index f8e5b04e55d4343b0e9ec44f53bb3348a60ee848..77a801b4986ef6cbd237a99b68521dec084acdd1 100644 (file)
--- a/rules.mak
+++ b/rules.mak
@@ -44,5 +44,5 @@ cc-option = $(if $(shell $(CC) $1 $2 -S -o /dev/null -xc /dev/null \
        @test -f $@ || cp $< $@
 
 %.h-timestamp: %.mak
-       $(call quiet-command, $(SRC_PATH)/create_config < $< > $@, "  GEN   $*.h")
+       $(call quiet-command, sh $(SRC_PATH)/create_config < $< > $@, "  GEN   $*.h")
        @cmp $@ $*.h >/dev/null 2>&1 || cp $@ $*.h