1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-18 19:04:14 -04:00

Merge branch 'master' into otr

This commit is contained in:
James Booth 2013-09-17 02:08:56 +01:00
commit 4aa05f65be

View File

@ -1,8 +1,5 @@
if INCLUDE_GIT_VERSION
FORCE:
src/gitversion.c: .git/HEAD .git/index FORCE
src/gitversion.c: .git/HEAD .git/index
rm -f src/gitversion.c src/gitversion.o
echo "#ifndef PROF_GIT_BRANCH" >> $@
echo "#define PROF_GIT_BRANCH \"$(shell git rev-parse --symbolic-full-name --abbrev-ref HEAD)\"" >> $@