use variable to recurse make

This commit is contained in:
Dave Murphy 2015-02-23 19:25:59 +00:00
parent 6822f89c4c
commit aa98a0796b

View File

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