summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-06-14 20:57:02 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2018-06-14 22:02:01 +0200
commit5b515db71ba13d2a4f328be6a97bb309401c5c69 (patch)
tree2f996b79994023f62c2452a3f0d1eeeee9396b70 /test/Makefile.in
parent52ab3c1584cd40572e82d6add7a7c71204fa9721 (diff)
downloadlvm2-5b515db71ba13d2a4f328be6a97bb309401c5c69.tar.gz
build: better srcdir builddir support
With the move to top-level makefile - there are some issues with subdir recursive makefile. Make the building more tolerant for now until fully resolved.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 4c3c71577..ca2e2e113 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -357,7 +357,7 @@ LIB = $(addprefix lib/, $(LIB_SHARED) $(LIB_LOCAL) $(LIB_NOT) $(LIB_LINK_NOT) $(
touch $@
.lib-dir-stamp:
- $(MKDIR_P) lib
+ $(MKDIR_P) lib unit
for i in $(CMDS); do $(LN_S) -f lvm-wrapper lib/$$i; done
for i in daemons/clvmd/clvmd daemons/dmeventd/dmeventd \
tools/dmsetup daemons/lvmetad/lvmetad \