summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-02-03 15:04:28 +0100
committerDavid Sterba <dsterba@suse.cz>2015-02-03 16:03:30 +0100
commit505669320b1d03c9b15fd32b8480e1ca7ac89a58 (patch)
tree93306136fe56815b66ff2d96c9c98741ebaa4e7c /Documentation
parent52e65ab1210f0e71f61b3f82d7f0426ad048be8f (diff)
btrfs-progs: build, fix version macro name
Autoconf changed it to PACKAGE_VERSION and moved to config.h. Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Makefile.in b/Documentation/Makefile.in
index 5ae1fca6..1f83685b 100644
--- a/Documentation/Makefile.in
+++ b/Documentation/Makefile.in
@@ -58,8 +58,8 @@ INSTALL = @INSTALL@
RM = @RM@
RMDIR = @RMDIR@
LN_S = @LN_S@
-BTRFS_VERSION = $(shell sed -n 's/.*BTRFS_BUILD_VERSION "Btrfs \(.*\)"/\1/p'\
- ../version.h)
+BTRFS_VERSION = $(shell sed -n 's/.*PACKAGE_VERSION "\(.*\)"/\1/p'\
+ ../config.h)
ifneq ($(findstring $(MAKEFLAGS),s),s)
ifndef V