Skip to content

Commit

Permalink
Fix make revision on windows and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed May 28, 2012
1 parent 3ea9640 commit b4992b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -94,7 +94,7 @@ clean:
-rm -rf win32build win32install

revision:
@svnversion -n > mscore/mscore/revision.h
@git rev-parse --short HEAD > mscore/revision.h

version: revision
@echo ${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion Makefile.mingw
Expand Up @@ -45,7 +45,7 @@ package:
cd win32build & $(MAKE) package

revision:
FOR /F "tokens=1 delims=M" %%A IN ('svnversion -n') DO echo %%A > mscore/mscore/revision.h
git rev-parse --short HEAD > mscore/revision.h

version:
@echo ${VERSION}
Expand Down

0 comments on commit b4992b4

Please sign in to comment.