mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-25 23:52:17 +00:00
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>
This commit is contained in:
parent
52e65ab121
commit
505669320b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user