From: Dave Murphy Date: Wed, 18 Feb 2015 15:04:34 +0000 (+0000) Subject: use variable to recurse make X-Git-Tag: v0.5.0~34 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=131d3380ac74790d7553e5da2f7b1ffad3939b0f;p=corbenik%2Fctrulib.git use variable to recurse make --- 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: