Skip to content
Snippets Groups Projects
Commit 3e65aaf5 authored by malc's avatar malc
Browse files

Do not execute shell scripts directly


Signed-off-by: default avatarmalc <av1474@comtv.ru>
parent 593c0d10
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment