From 131d3380ac74790d7553e5da2f7b1ffad3939b0f Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 18 Feb 2015 15:04:34 +0000 Subject: [PATCH] use variable to recurse make --- examples/graphics/bitmap/24bit-color/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphics/bitmap/24bit-color/Makefile b/examples/graphics/bitmap/24bit-color/Makefile index 2b15cf4..cb71216 100755 --- a/examples/graphics/bitmap/24bit-color/Makefile +++ b/examples/graphics/bitmap/24bit-color/Makefile @@ -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: -- 2.39.5