From: Dave Murphy Date: Mon, 23 Feb 2015 19:25:59 +0000 (+0000) Subject: use variable to recurse make X-Git-Tag: v0.5.0~20 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=aa98a0796bc86020ddd8b1b3fbe759cafedc0e98;p=corbenik%2Fctrulib.git use variable to recurse make --- diff --git a/examples/input/touch-screen/Makefile b/examples/input/touch-screen/Makefile index c21562a..8dce08d 100755 --- a/examples/input/touch-screen/Makefile +++ b/examples/input/touch-screen/Makefile @@ -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: