python3: include python*-package.mk irespective of DUMP env var
authorAlexandru Ardelean <redacted>
Tue, 14 Oct 2014 06:39:42 +0000 (09:39 +0300)
committerAlexandru Ardelean <redacted>
Wed, 15 Oct 2014 06:11:00 +0000 (09:11 +0300)
Signed-off-by: Alexandru Ardelean <redacted>
lang/python3/Makefile

index 9d93873c5e65b3713d75eff215bc01807b9c92e2..032b5a032948a0ebfb13d149c790bc7a69564a07 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 # The file included below defines PYTHON_VERSION
--include $(if $(DUMP),,./files/python3-package.mk)
+include ./files/python3-package.mk
 
 PKG_NAME:=python3
 PKG_RELEASE:=1
git clone https://git.99rst.org/PROJECT