From 504f4417070a308ef54b8f98ff25d02c6604a6f6 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 12 Jan 2017 12:10:37 +0100 Subject: 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 Reviewed-By: Milan Kubik --- ipapython/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipapython') diff --git a/ipapython/Makefile.am b/ipapython/Makefile.am index bf2538a5b..19388680b 100644 --- a/ipapython/Makefile.am +++ b/ipapython/Makefile.am @@ -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 \ -- cgit