btrfs-progs: autoconf: set exec_prefix in makefile
authorDavid Sterba <dsterba@suse.cz>
Wed, 4 Feb 2015 17:08:23 +0000 (18:08 +0100)
committerDavid 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

index 93b6a3c..73983cc 100644 (file)
@@ -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