From: malc Date: Sat, 14 Nov 2009 20:32:10 +0000 (+0300) Subject: Do not execute shell scripts directly X-Git-Tag: v0.12.0-rc0~309 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3e65aaf5b2a01272fcd71d9b4efa7fe94c9c11af;p=users%2Fdwmw2%2Fqemu.git Do not execute shell scripts directly Signed-off-by: malc --- diff --git a/rules.mak b/rules.mak index f8e5b04e55..77a801b498 100644 --- 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