1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

This patch moves inclusion of the make.tmpl before DEFS modification,

so it goes in the same order on the compilation line.
(i.e. HAVE_CONFIG_H goes first)
This commit is contained in:
Zdenek Kabelac 2010-03-04 09:56:56 +00:00
parent 76602ee8ef
commit 0c330786f5

View File

@ -47,11 +47,11 @@ endif
VERSIONED_SHLIB = libdevmapper.$(LIB_SUFFIX).$(LIB_VERSION_DM)
LIB_VERSION = $(LIB_VERSION_DM)
include $(top_builddir)/make.tmpl
DEFS += -DDM_DEVICE_UID=@DM_DEVICE_UID@ -DDM_DEVICE_GID=@DM_DEVICE_GID@ \
-DDM_DEVICE_MODE=@DM_DEVICE_MODE@
include $(top_builddir)/make.tmpl
device-mapper: all
.PHONY: install_dynamic install_static install_include \