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:
parent
aba2aca3a4
commit
7a7392e151
@ -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.
|
||||||
|
@ -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@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user