From c4268e0178cf1e789a92efc1b6167d146247fc6f Mon Sep 17 00:00:00 2001 From: pmichaud Date: Fri, 31 Aug 2012 13:26:20 -0500 Subject: Replace some 'make' with '$(MAKE)' (jnthn++) --- tools/star/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/star') diff --git a/tools/star/Makefile b/tools/star/Makefile index 935365b..ba59fad 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -65,7 +65,7 @@ manifest: modules/zavolaj/lib rm MANIFEST.1 tarball: manifest - [ -n "$(VERSION)" ] || ( echo "\nTry 'make release VERSION=yyyy.mm'\n\n"; exit 1 ) + [ -n "$(VERSION)" ] || ( echo "\nTry '$(MAKE) release VERSION=yyyy.mm'\n\n"; exit 1 ) [ -d $(STAR_REL) ] || ln -s . $(STAR_REL) $(PREFIX) $(STAR_REL)/ MANIFEST | \ tar -zcv -T - -f $(STAR_TGZ) -- cgit v1.1