From efc71a13091a8941365482a4b5499c44eb18964d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 1 Jun 2012 17:25:26 +0000 Subject: fix info message --- mdk-stage1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index a4ef5d428..a9c406629 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -215,7 +215,7 @@ tar: echo "Unknown SCM (not SVN nor GIT)";\ exit 1; \ fi; - $(info $(NAME)-$(VERSION).tar.xz is ready) + $(info $(PRODUCT)-$(VERSION).tar.xz is ready) dist-svn: mkdir -p $(PRODUCT)-$(VERSION) -- cgit v1.2.1