tools/Win.mk
fix shell conditional
This commit is contained in:
parent
36abcda0d2
commit
a522a8eeaf
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ MKEXPORT_ARGS += -u
|
|||
endif
|
||||
|
||||
ifneq ($(APPDIR),)
|
||||
ifneq ($(shell [ -e $(APPDIR)/Makefile ] && echo yes),)
|
||||
ifneq ($(shell if exist "$(APPDIR)/Makefile" echo yes),)
|
||||
MKEXPORT_ARGS += -a "$(APPDIR)"
|
||||
MKEXPORT_ARGS += -m "$(MAKE)"
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue