From 0c330786f564985d0647213670564baae1425d25 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 4 Mar 2010 09:56:56 +0000 Subject: [PATCH] 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) --- libdm/Makefile.in | 4 ++-- 1 file 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 \ -- 2.43.5