[mingw] Makefile improvements

* also fixed removal of .tag in git post commit hook
This commit is contained in:
Pete Batard 2011-11-30 19:43:30 +00:00
parent 651cdcaa65
commit 70a5116bb7
3 changed files with 44 additions and 20 deletions

View file

@ -9,5 +9,6 @@
type -P git &>/dev/null || { echo "git command not found. Aborting." >&2; exit 1; }
TAGVER=`cat .tag`
TAGVER=`cat ./.tag`
git tag "#$TAGVER"
rm ./.tag