From 11fd7b7c645c0462cac95687c098019cf779cd58 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Fri, 11 Dec 2015 13:18:40 +0000 Subject: [PATCH] tests: make lib/expected-version-dm a dependency of .tests-stamp --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.43.5