summaryrefslogtreecommitdiff
path: root/bindings/python/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/Makefile.am')
-rw-r--r--bindings/python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
index 4b3ef1187..4f20bc19b 100644
--- a/bindings/python/Makefile.am
+++ b/bindings/python/Makefile.am
@@ -51,7 +51,7 @@ INSTALL_TESTS_ENVIRONMENT = env \
LD_LIBRARY_PATH=$(DESTDIR)/$(libdir):$(LD_LIBRARY_PATH)
INSTALL_TESTS = test-gp.py
-installcheck-local: $(PYTHON_LIB)
+INSTALLCHECK_DEPS = $(PYTHON_LIB)
# Breaks "make distdir" due to automake expecting all install dirs to
# depend on $prefix :-(