mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-21 05:40:09 +08:00
tests/Makefile: Quote to avoid: /bin/sh: 1: [: !=: unexpected operator
This commit is contained in:
parent
d854dede03
commit
03303628c7
@ -224,7 +224,7 @@ endif
|
|||||||
abitest: $(ABITESTS)
|
abitest: $(ABITESTS)
|
||||||
@echo ------------ $@ ------------
|
@echo ------------ $@ ------------
|
||||||
./abitest-cc$(EXESUF) lib_path=.. include="$(top_srcdir)/include"
|
./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
|
./abitest-tcc$(EXESUF) lib_path=.. include="$(top_srcdir)/include"; fi
|
||||||
|
|
||||||
vla_test$(EXESUF): vla_test.c
|
vla_test$(EXESUF): vla_test.c
|
||||||
|
Loading…
Reference in New Issue
Block a user