From a5cd8a47c8787af2ddd6729851f66f4fb59fe986 Mon Sep 17 00:00:00 2001 From: "tgoff0@gmail.com" Date: Fri, 22 May 2015 00:56:10 +0000 Subject: [PATCH] Tweak Makefile output. --- trunk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/Makefile.am b/trunk/Makefile.am index 866f55fb..b0374b77 100644 --- a/trunk/Makefile.am +++ b/trunk/Makefile.am @@ -61,7 +61,7 @@ deb: rm -rf debian mkdir -p debian cp -vf packaging/deb/* debian/ - @echo "First create source archive with: dpkg-source -b core-4.5" + @echo "First create source archive with: dpkg-source -b core-@CORE_VERSION@" @echo "Then build with: pbuilder-dist precise i386 build core*.dsc" .PHONY: core-restart