py-ns-dir.mk: Fix PY_UPDATE_INIT_PY ?= false #116
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ __path__ = extend_path(__path__, __name__)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# The __init__.py machinery duplicates (but is independent from) py-mod.mk
|
# The __init__.py machinery duplicates (but is independent from) py-mod.mk
|
||||||
PY_UPDATE_INIT_PY ?= true
|
PY_UPDATE_INIT_PY ?= false
|
||||||
PY_INSTALL_INIT_PY ?= false
|
PY_INSTALL_INIT_PY ?= false
|
||||||
|
|
||||||
ifneq ($(PY_UPDATE_INIT_PY),false)
|
ifneq ($(PY_UPDATE_INIT_PY),false)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue