diff --git a/Makefile b/Makefile index 3ca4eb18..1c772563 100644 --- a/Makefile +++ b/Makefile @@ -964,7 +964,9 @@ targets: makedirs echo " $$i"; \ done @echo "" +ifneq ($(TARGETS),) @$(MAKE) $(TARGETS) V=$(V) +endif makedirs: @if [ ! -d $(BUILD_DIR) ];then $(MKDIR) $(BUILD_DIR);fi