projects
/
platform
/
upstream
/
btrfs-progs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edbd407
)
btrfs-progs: autoconf: set exec_prefix in makefile
author
David Sterba
<dsterba@suse.cz>
Wed, 4 Feb 2015 17:08:23 +0000
(18:08 +0100)
committer
David Sterba
<dsterba@suse.cz>
Wed, 4 Feb 2015 17:08:23 +0000
(18:08 +0100)
Lost in the conversion and breaks the build unless set explicitly.
Reported-by: WorMzy Tykashi <wormzy.tykashi@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
93b6a3c
..
73983cc
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-48,6
+48,7
@@
libbtrfs_headers = send-stream.h send-utils.h send.h rbtree.h btrfs-list.h \
TESTS = fsck-tests.sh convert-tests.sh
prefix ?= @prefix@
+exec_prefix = @exec_prefix@
bindir = @bindir@
libdir ?= @libdir@
incdir = @includedir@/btrfs