From ef33ed9110a6743a0406b85bdc6b89c2450fd2b8 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 19 Dec 2012 21:31:53 +0100 Subject: [PATCH] Fix variable definition. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95c1c76b..fc6f7627 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PYVER:=2.7 PYTHON?=python$(PYVER) APPNAME:=$(shell $(PYTHON) setup.py --name) -LAPPNAME:=$(echo $(APPNAME)|tr "[A-Z]" "[a-z]") +LAPPNAME:=$(shell echo $(APPNAME)|tr "[A-Z]" "[a-z]") VERSION:=$(shell $(PYTHON) setup.py --version) PLATFORM:=$(shell $(PYTHON) -c "from distutils.util import get_platform; print get_platform()") FILESCHECK_URL:=http://localhost/~calvin/