fix Makefile

This commit is contained in:
Thomas Schoebel-Theuer 2011-10-17 17:01:15 +02:00 committed by Thomas Schoebel-Theuer
parent 1c0549de99
commit fe9a5cb155
1 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ endif
block/mars/buildtag.h:
set -e; exec > $@;\
cd block/mars;\
echo -e "/* Automatically generated -- DO NOT EDIT! */";\
echo -e "#define BUILDTAG \"$$(git log -1 --pretty='format:%H')\"";\
echo -e "#define BUILDHOST \"$$USER@$$HOSTNAME\"";\
echo -e "#define BUILDDATE \"$$(date '+%F %T')\""
/bin/echo -e "/* Automatically generated -- DO NOT EDIT! */";\
/bin/echo -e "#define BUILDTAG \"$$(git log -1 --pretty='format:%H')\"";\
/bin/echo -e "#define BUILDHOST \"$$USER@$$HOSTNAME\"";\
/bin/echo -e "#define BUILDDATE \"$$(date '+%F %T')\""