use variable to recurse make

This commit is contained in:
Dave Murphy 2015-02-18 15:04:34 +00:00
parent 83c496bcdb
commit 131d3380ac

View File

@ -138,7 +138,7 @@ endif
#---------------------------------------------------------------------------------
$(BUILD):
@[ -d $@ ] || mkdir -p $@
@make --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
#---------------------------------------------------------------------------------
clean: