samples: use -e rather than -a to check for file existence in Makefile
This commit is contained in:
@ -75,7 +75,7 @@ endif
|
|||||||
|
|
||||||
.PHONY: all clean
|
.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)
|
else printf "$(UNICORN_ARCHS)"; fi)
|
||||||
|
|
||||||
SOURCES =
|
SOURCES =
|
||||||
|
Reference in New Issue
Block a user