py-defs.mk: Honour PY_INSTALL_INIT_PY = false #75
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ else
|
|||
endif
|
||||
|
||||
PY_SRC_PY ?= $(wildcard *.py)
|
||||
PY_ALL_PY = $(PY_SRC_PY)
|
||||
PY_ALL_PY = $(filter-out __init__.py,$(PY_SRC_PY))
|
||||
|
||||
ifneq ($(PYTHON_MAJOR),3)
|
||||
PY_PYC = $(patsubst %.py,%.pyc,$(PY_ALL_PY))
|
||||
|
|
|
|||
Loading…
Reference in a new issue