add mkdir -p gen to Makefile

This commit is contained in:
Thorsten von Eicken 2015-10-30 00:20:02 -07:00
parent 52f1575879
commit 0c5f041038

View File

@ -1519,7 +1519,7 @@ export GDB=$(CCPREFIX)gdb
.PHONY: proj
all: proj
all: gen proj
ifeq ($(V),1)
quiet_=
@ -1530,6 +1530,8 @@ else
export SILENT=1
endif
gen:
mkdir -p gen
$(WRAPPERFILE): scripts/build_jswrapper.py $(WRAPPERSOURCES)
@echo Generating JS wrappers