From: Alexandru Ardelean Date: Tue, 14 Oct 2014 06:39:42 +0000 (+0300) Subject: python: include python*-package.mk irespective of DUMP env var X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9cdea1ba38b1432e87565d103ff511e8a4f9f61b;p=feed%2Fpackages.git python: include python*-package.mk irespective of DUMP env var Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/Makefile b/lang/python/Makefile index 79bb3031c1..aeede5af48 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk # The file included below defines PYTHON_VERSION --include $(if $(DUMP),,./files/python-package.mk) +include ./files/python-package.mk PKG_NAME:=python PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)