]> sourceware.org Git - lvm2.git/commitdiff
makefiles: local headers first
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 14 Dec 2018 12:13:45 +0000 (13:13 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 14 Dec 2018 14:14:48 +0000 (15:14 +0100)
make.tmpl.in

index f52a65abdaae4b33afc5f17ea7a884f47fd48bb6..e52827be39a682a0c71fe09661df7a3f5b45b836 100644 (file)
@@ -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@VDO_INCLUDE@
 
This page took 0.040414 seconds and 5 git commands to generate.