mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-01 04:20: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)
|
||||
@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 New Issue
Block a user