mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipapython: Add dependencies on version.py
install-exec and bdist_wheel also depend on version.py. Let's ensure that version.py is correctly generated when installing or building packages. Yes, make is clever and correctly merges dependencies with rules from included make files. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Milan Kubik <mkubik@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
926fe2049a
commit
504f441707
@@ -4,6 +4,8 @@ EXTRA_DIST = version.py.in
|
||||
|
||||
all-local: version.py
|
||||
dist-hook: version.py
|
||||
install-exec-local: version.py
|
||||
bdist_wheel: version.py
|
||||
|
||||
version.py: version.py.in $(top_builddir)/$(CONFIG_STATUS)
|
||||
$(AM_V_GEN)sed \
|
||||
|
||||
Reference in New Issue
Block a user