]> sourceware.org Git - lvm2.git/commitdiff
build: ensure libdm is built before dm-tools
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 14 Jun 2018 18:37:33 +0000 (20:37 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 14 Jun 2018 20:02:01 +0000 (22:02 +0200)
Making libs before entering dm-tools subdir,
so the tool will not link i.e. system library if present.

libdm/Makefile.in

index 6472da74c5e513c3cf24dd6a7124b6714b754b37..8c8334a48d1aee1b4cfbb2c3399892d66867c022 100644 (file)
@@ -62,6 +62,8 @@ LIBS += $(RT_LIBS) $(SELINUX_LIBS) $(UDEV_LIBS) $(PTHREAD_LIBS) $(M_LIBS)
 
 device-mapper: all
 
+dm-tools.device-mapper: $(TARGETS)
+
 libdevmapper.$(LIB_SUFFIX) libdevmapper.$(LIB_SUFFIX).$(LIB_VERSION): $(LIB_SHARED)
        $(LN_S) -f $< $@
 
This page took 0.035663 seconds and 5 git commands to generate.