diff options
-rw-r--r-- | mdk-stage1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |