]> sourceware.org Git - lvm2.git/commitdiff
tests: make lib/expected-version-dm a dependency of .tests-stamp
authorBryn M. Reeves <bmr@redhat.com>
Fri, 11 Dec 2015 13:18:40 +0000 (13:18 +0000)
committerBryn M. Reeves <bmr@redhat.com>
Thu, 25 Feb 2016 16:40:59 +0000 (16:40 +0000)
test/Makefile.in

index fdae254d64270b5c870856b4cf0bcfb8c1957623..77190b35931dabdb2456dd1b4eeb32566a4d4367 100644 (file)
@@ -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; \
This page took 0.205612 seconds and 5 git commands to generate.