summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2015-12-11 13:17:08 +0000
committerBryn M. Reeves <bmr@redhat.com>2016-02-25 16:40:59 +0000
commitd4a5c252c59fb22d705fc0978ccf0d7cf2a69ba7 (patch)
treecfb40e82e06e41ffc91b4a5ec2006e8277949f50
parent2d630ea78aa430608f914e6da37fb98b051d86fa (diff)
downloadlvm2-d4a5c252c59fb22d705fc0978ccf0d7cf2a69ba7.tar.gz
tests: install does not depend on lib/version-expected
The install target already depends on .tests-stamp - since this in turn depends on lib/version-expected there is no need to have this as a dependency of install.
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index c69b3b673..fdae254d6 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -199,7 +199,7 @@ LIB_NOT = not
LIB_LINK_NOT = invalid fail should
LIB_SHARED = check aux inittest utils get lvm-wrapper
-install: .tests-stamp lib/paths-installed lib/version-expected
+install: .tests-stamp lib/paths-installed
@echo $(srcdir)
$(INSTALL_DIR) $(DATADIR)/{shell,api,lib} $(EXECDIR)
$(INSTALL_DATA) shell/*.sh $(DATADIR)/shell