From: Bryn M. Reeves Date: Fri, 11 Dec 2015 13:18:40 +0000 (+0000) Subject: tests: make lib/expected-version-dm a dependency of .tests-stamp X-Git-Tag: v2_02_144~25 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=11fd7b7c645c0462cac95687c098019cf779cd58;p=lvm2.git tests: make lib/expected-version-dm a dependency of .tests-stamp --- 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; \