samples: use -e rather than -a to check for file existence in Makefile
This commit is contained in:
parent
783b68c85b
commit
c55ad00e2a
|
@ -75,7 +75,7 @@ endif
|
|||
|
||||
.PHONY: all clean
|
||||
|
||||
UNICORN_ARCHS := $(shell if [ -a ../config.log ]; then cat ../config.log;\
|
||||
UNICORN_ARCHS := $(shell if [ -e ../config.log ]; then cat ../config.log;\
|
||||
else printf "$(UNICORN_ARCHS)"; fi)
|
||||
|
||||
SOURCES =
|
||||
|
|
Loading…
Reference in New Issue