From bd8a638e9caa2fa508f8865d9532c821f81fa909 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 21 Jun 2008 15:54:52 +0200 Subject: Generate version information from git info --- git-buildmsg/Makefile-files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git-buildmsg') diff --git a/git-buildmsg/Makefile-files b/git-buildmsg/Makefile-files index de5a1be..d430bc1 100644 --- a/git-buildmsg/Makefile-files +++ b/git-buildmsg/Makefile-files @@ -50,7 +50,8 @@ check_PROGRAMS += print-buildmsg print_buildmsg_SOURCES = git-buildmsg/print-buildmsg.c nodist_print_buildmsg_SOURCES = $(GIT_BUILDMSG_H) -dist-hook: git-buildmsg.stamp +dist-hook: dist-hook-git-buildmsg +dist-hook-git-buildmsg: git-buildmsg.stamp if test -e "$(GIT_BUILDMSG_H)"; then \ $(SED) -e 's|^#undef GIT_IS_DIST.*|#define GIT_IS_DIST 1|' \ "$(GIT_BUILDMSG_H)" > "$(distdir)/$(GIT_BUILDMSG_H)"; \ -- cgit