python: include python*-package.mk irespective of DUMP env var
authorAlexandru Ardelean <aa@ocedo.com>
Tue, 14 Oct 2014 06:39:42 +0000 (09:39 +0300)
committerAlexandru Ardelean <aa@ocedo.com>
Wed, 15 Oct 2014 07:02:54 +0000 (10:02 +0300)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/Makefile

index 79bb3031c1d0f334972fc6adf455a46ad964b5f2..aeede5af48d69e5109e12d92eb20720e8e7343e3 100644 (file)
@@ -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)