1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

Do not use VPATH in include/Makefile

This commit is contained in:
Zdenek Kabelac 2010-08-02 13:17:03 +00:00
parent aba2aca3a4
commit 7a7392e151
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.73 - Version 2.02.73 -
================================ ================================
Do not use VPATH in include/Makefile.
Fix exported_symbols generation to use standard compiler arguments. Fix exported_symbols generation to use standard compiler arguments.
Use #include <> not "" in lvm2app.h which gets installed on the system. Use #include <> not "" in lvm2app.h which gets installed on the system.
Make liblvm.device-mapper wait for include file generation. Make liblvm.device-mapper wait for include file generation.

View File

@ -17,7 +17,6 @@ SHELL = /bin/sh
srcdir = @srcdir@ srcdir = @srcdir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
VPATH = @srcdir@
LN_S = @LN_S@ LN_S = @LN_S@