summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-01-23 14:38:30 +0100
committerDavid Sterba <dsterba@suse.com>2018-01-31 15:14:01 +0100
commit2e1932e6a380a0cf94501e31f0c0f7814f73378e (patch)
treeda9282040dc7b637dcc90212190d1f956f3f3a8c /Makefile
parent444b88391e535d644f47d0def8ed442612ac0776 (diff)
btrfs-progs: build: simplify version tracking
There will be a plain file tracking the last released version. The rest will be simplified to print it where needed. The version augmented by the current git status was not working anyway since we've switched to autoconf. The result of version.h with the potential git status was generated at configure time, which does not mean it's accurate regarding the git status. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a61f95c1..00e21379 100644
--- a/Makefile
+++ b/Makefile
@@ -337,7 +337,7 @@ test: test-fsck test-mkfs test-convert test-misc test-fuzz test-cli
#
static: $(progs_static)
-version.h: version.sh version.h.in configure.ac
+version.h: version.h.in configure.ac
@echo " [SH] $@"
$(Q)bash ./config.status --silent $@