summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2015-12-11 13:18:40 +0000
committerBryn M. Reeves <bmr@redhat.com>2016-02-25 16:40:59 +0000
commit11fd7b7c645c0462cac95687c098019cf779cd58 (patch)
tree78c89b80c4de2c8e6519146f2a71cb2d4b165419
parentd4a5c252c59fb22d705fc0978ccf0d7cf2a69ba7 (diff)
downloadlvm2-11fd7b7c645c0462cac95687c098019cf779cd58.tar.gz
tests: make lib/expected-version-dm a dependency of .tests-stamp
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index fdae254d6..77190b359 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -294,7 +294,7 @@ lib/dm-version-expected: $(top_srcdir)/VERSION_DM .lib-dir-stamp
CMDS = lvm $(shell cat $(top_builddir)/tools/.commands 2>/dev/null)
LIB = $(addprefix lib/, $(LIB_SHARED) $(LIB_LOCAL) $(LIB_NOT) $(LIB_LINK_NOT) $(LIB_FLAVOURS))
-.tests-stamp: $(ALL) $(LIB) $(SUBDIRS) lib/version-expected
+.tests-stamp: $(ALL) $(LIB) $(SUBDIRS) lib/version-expected lib/dm-version-expected
@if test "$(srcdir)" != . ; then \
echo "Linking tests to builddir."; \
$(MKDIR_P) shell; \