[lvm-devel] master - makefiles: local headers first

Zdenek Kabelac zkabelac at sourceware.org
Fri Dec 14 14:17:38 UTC 2018


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=4801919b01de26df9c1940a997a54c47ca5fee5d
Commit:        4801919b01de26df9c1940a997a54c47ca5fee5d
Parent:        454024f9576e83dde7c2c2df9a201c3e680bd864
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Fri Dec 14 13:13:45 2018 +0100
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Fri Dec 14 15:14:48 2018 +0100

makefiles: local headers first

---
 make.tmpl.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/make.tmpl.in b/make.tmpl.in
index f52a65a..e52827b 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -309,7 +309,7 @@ LIB_VERSION_DM := $(shell $(AWK) -F '.' '{printf "%s.%s",$$1,$$2}' $(top_srcdir)
 
 LIB_VERSION_APP := $(shell $(AWK) -F '[(). ]' '{printf "%s.%s",$$1,$$4}' $(top_srcdir)/VERSION)
 
-INCLUDES += -I$(top_srcdir) -I$(srcdir) -I$(top_builddir)/include
+INCLUDES += -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)/include
 
 #VDO_INCLUDES=-I at VDO_INCLUDE@
 




More information about the lvm-devel mailing list