diff options
author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-06-21 15:54:52 +0200 |
---|---|---|
committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-07-19 01:13:31 +0200 |
commit | bd8a638e9caa2fa508f8865d9532c821f81fa909 (patch) | |
tree | 0ecc9aba522c50ae5f4f9e2c00c969d3f67daaae /git-buildmsg | |
parent | afcce7e37a5308198cd524f5b1e83f03eb580158 (diff) | |
download | ndim-git-utils-bd8a638e9caa2fa508f8865d9532c821f81fa909.tar.gz ndim-git-utils-bd8a638e9caa2fa508f8865d9532c821f81fa909.tar.xz ndim-git-utils-bd8a638e9caa2fa508f8865d9532c821f81fa909.zip |
Generate version information from git info
Diffstat (limited to 'git-buildmsg')
-rw-r--r-- | git-buildmsg/Makefile-files | 3 |
1 files changed, 2 insertions, 1 deletions
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)"; \ |