]> sourceware.org Git - lvm2.git/commitdiff
This patch moves inclusion of the make.tmpl before DEFS modification,
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 4 Mar 2010 09:56:56 +0000 (09:56 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 4 Mar 2010 09:56:56 +0000 (09:56 +0000)
so it goes in the same order on the compilation line.
(i.e. HAVE_CONFIG_H goes first)

libdm/Makefile.in

index ce3e0586c24bd72b1b9b04fe876a7b882f61bf10..6ff3bfff4d23fbc38ccd9438dedce1b43dd3d976 100644 (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 \
This page took 0.036744 seconds and 5 git commands to generate.