Do not execute shell scripts directly

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2009-11-14 23:32:10 +03:00
parent 593c0d103c
commit 3e65aaf5b2
1 changed files with 1 additions and 1 deletions

View File

@ -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