diff options
author | strangerke | 2011-02-12 19:35:19 +0100 |
---|---|---|
committer | strangerke | 2011-02-12 19:35:19 +0100 |
commit | f2e5b126cf1b64e547998606cc0d24bc55085f5e (patch) | |
tree | 0cf5c3cd140690820747aa8a716176bea84ca932 /backends/platform | |
parent | 1036979de3049a95dddacc6202483cd563bfd6fb (diff) | |
parent | dfe62d6ec40a4650c6bc6f881542ea47611f47e4 (diff) | |
download | scummvm-rg350-f2e5b126cf1b64e547998606cc0d24bc55085f5e.tar.gz scummvm-rg350-f2e5b126cf1b64e547998606cc0d24bc55085f5e.tar.bz2 scummvm-rg350-f2e5b126cf1b64e547998606cc0d24bc55085f5e.zip |
Merge branch 'master' of github.com:scummvm/scummvm
Diffstat (limited to 'backends/platform')
-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; \ |