aboutsummaryrefslogtreecommitdiff
path: root/tools/star
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-08-31 13:26:20 -0500
committerpmichaud <pmichaud@pobox.com>2012-08-31 13:26:20 -0500
commitc4268e0178cf1e789a92efc1b6167d146247fc6f (patch)
tree40b0b1081198beef3193829e7cb9adf2aa8f2c66 /tools/star
parentf84a334bf0383b2a487dc853c02275d09c6a4d7e (diff)
Replace some 'make' with '$(MAKE)' (jnthn++)
Diffstat (limited to 'tools/star')
-rw-r--r--tools/star/Makefile2
1 files changed, 1 insertions, 1 deletions
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)