[lvm-devel] [PATCH 01/14] Skip VPATH usage

Zdenek Kabelac zkabelac at redhat.com
Wed Jul 28 09:15:47 UTC 2010


Do not use VPATH as we may get wrong builds when $srcdir has
complete build and different $builddir is used later.
Files from $builddir need to be used.

Signed-off-by: Zdenek Kabelac <zkabelac at redhat.com>
---
 include/Makefile.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/Makefile.in b/include/Makefile.in
index 3023d4a..0354d2e 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -17,7 +17,6 @@ SHELL = /bin/sh
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 top_builddir = @top_builddir@
-VPATH = @srcdir@
 
 LN_S = @LN_S@
 
-- 
1.7.2




More information about the lvm-devel mailing list