diff options
author | dhewg | 2011-02-12 18:54:19 +0100 |
---|---|---|
committer | dhewg | 2011-02-12 19:03:36 +0100 |
commit | d794bfc4fa94acb994460dc687da408f65bbf977 (patch) | |
tree | 7f142e7808a5541546cd9bf3253cde3ed729a309 /backends | |
parent | c04682b3ae0b2bdfc0aec849ecc9a005ffda9c93 (diff) | |
download | scummvm-rg350-d794bfc4fa94acb994460dc687da408f65bbf977.tar.gz scummvm-rg350-d794bfc4fa94acb994460dc687da408f65bbf977.tar.bz2 scummvm-rg350-d794bfc4fa94acb994460dc687da408f65bbf977.zip |
GIT: use git for describing the version.
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/dc/dreamcast.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/dc/dreamcast.mk b/backends/platform/dc/dreamcast.mk index 5da966cf30..d53af90585 100644 --- a/backends/platform/dc/dreamcast.mk +++ b/backends/platform/dc/dreamcast.mk @@ -28,8 +28,8 @@ IP.BIN : ip.txt makeip $< $@ ip.txt : $(srcdir)/backends/platform/dc/ip.txt.in - if [ x"$(VER_EXTRA)" = xsvn ]; then \ - if [ -z "$(VER_REV)" ]; then ver="SVN"; else ver="r$(VER_REV)"; fi; \ + if [ x"$(VER_EXTRA)" = xgit ]; then \ + if [ -z "$(VER_REV)" ]; then ver="GIT"; else ver="r$(VER_REV)"; fi; \ else ver="V$(VERSION)"; fi; \ if expr "$$ver" : V...... >/dev/null; then \ ver="V$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)"; fi; \ |