summaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-05-13 15:43:55 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-05-14 00:19:32 +0200
commita8fc483ca4914ddc67b7831150f1ee4c3c429ec1 (patch)
tree2a96a443b69b5446ef7307a41b7496a21d5a7d31 /make.tmpl.in
parent7bd1559db62ce5986da806424a193a25965f5fdc (diff)
downloadlvm2-a8fc483ca4914ddc67b7831150f1ee4c3c429ec1.tar.gz
makefiles: use fullpath when in assign
We need to put full path right in the assign moment, otherwise command: make rpm rpmbuild=/my/tmp/dir cannot work as one would have expected.
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index d85dd6912..1aae6a293 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -116,7 +116,7 @@ vpath %.exported_symbols $(srcdir)
interface = @interface@
interfacebuilddir = $(top_builddir)/libdm/$(interface)
-rpmbuilddir = build
+rpmbuilddir = $(abs_top_builddir)/build
# The number of jobs to run, if blank, defaults to the make standard
ifndef MAKEFLAGS