summaryrefslogtreecommitdiff
path: root/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 /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 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ae05aead7..d076088d2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -193,7 +193,8 @@ endif
endif
-include test/unit/Makefile
+# FIXME: Drop once top-level make is resolved
+-include test/unit/Makefile
include $(top_srcdir)/device_mapper/Makefile
include $(top_srcdir)/base/Makefile