summaryrefslogtreecommitdiff
path: root/Documentation/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/Makefile.in')
-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