From 9cdea1ba38b1432e87565d103ff511e8a4f9f61b Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 14 Oct 2014 09:39:42 +0300 Subject: [PATCH] python: include python*-package.mk irespective of DUMP env var Signed-off-by: Alexandru Ardelean --- lang/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/Makefile b/lang/python/Makefile index 79bb3031c..aeede5af4 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)