py/mkrules.mk: Fix Bashism.

This commit is contained in:
Paul Sokolovsky 2016-04-19 12:32:23 +03:00
parent 21ab304c41
commit 4494b521ea
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ $(OBJ): | $(HEADER_BUILD)/qstrdefs.generated.h $(HEADER_BUILD)/mpversion.h
$(HEADER_BUILD)/qstr.i.last: $(SRC_QSTR) | $(HEADER_BUILD)/mpversion.h
$(ECHO) "GEN $@"
$(Q)if [ "$?" == "" ]; then \
$(Q)if [ "$?" = "" ]; then \
echo "QSTR Looks like -B used, trying to emulate"; \
$(CPP) $(QSTR_GEN_EXTRA_CFLAGS) $(CFLAGS) $^ >$(HEADER_BUILD)/qstr.i.last; \
else \