git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
dee4a69
)
python3: include python*-package.mk irespective of DUMP env var
author
Alexandru Ardelean
<redacted>
Tue, 14 Oct 2014 06:39:42 +0000
(09:39 +0300)
committer
Alexandru Ardelean
<redacted>
Wed, 15 Oct 2014 06:11:00 +0000
(09:11 +0300)
Signed-off-by: Alexandru Ardelean <redacted>
lang/python3/Makefile
patch
|
blob
|
history
diff --git
a/lang/python3/Makefile
b/lang/python3/Makefile
index 9d93873c5e65b3713d75eff215bc01807b9c92e2..032b5a032948a0ebfb13d149c790bc7a69564a07 100644
(file)
--- a/
lang/python3/Makefile
+++ b/
lang/python3/Makefile
@@
-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