summaryrefslogtreecommitdiff
path: root/libdm/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-03-04 09:56:56 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-03-04 09:56:56 +0000
commit0c330786f564985d0647213670564baae1425d25 (patch)
tree72e7b151935ce6b81c276b75613810aba07d06a9 /libdm/Makefile.in
parent76602ee8ef430caa056f98dc542cf4cb9b2eae8a (diff)
downloadlvm2-0c330786f564985d0647213670564baae1425d25.tar.gz
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)
Diffstat (limited to 'libdm/Makefile.in')
-rw-r--r--libdm/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdm/Makefile.in b/libdm/Makefile.in
index ce3e0586c..6ff3bfff4 100644
--- a/libdm/Makefile.in
+++ b/libdm/Makefile.in
@@ -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 \