tests/Makefile: Quote to avoid: /bin/sh: 1: [: !=: unexpected operator
This commit is contained in:
parent
d854dede03
commit
03303628c7
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ endif
|
|||
abitest: $(ABITESTS)
|
||||
@echo ------------ $@ ------------
|
||||
./abitest-cc$(EXESUF) lib_path=.. include="$(top_srcdir)/include"
|
||||
if [ $(CONFIG_arm_eabi) != "yes" ]; then \
|
||||
if [ "$(CONFIG_arm_eabi)" != "yes" ]; then \
|
||||
./abitest-tcc$(EXESUF) lib_path=.. include="$(top_srcdir)/include"; fi
|
||||
|
||||
vla_test$(EXESUF): vla_test.c
|
||||
|
|
Loading…
Reference in a new issue