mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 11:57:25 +00:00
Ack, typo!
svn-id: r48352
This commit is contained in:
parent
487eebf9cf
commit
e6619b5792
@ -30,7 +30,7 @@ ip.txt : $(srcdir)/backends/platform/dc/ip.txt.in
|
||||
if [ x"$(VER_EXTRA)" = xsvn ]; then \
|
||||
if [ -z "$(VER_SVNREV)" ]; then ver="SVN"; else ver="r$(VER_SVNREV)"; fi; \
|
||||
else ver="V$(VERSION)"; fi; \
|
||||
if expr "$ver" : V...... >/dev/null; then \
|
||||
if expr "$$ver" : V...... >/dev/null; then \
|
||||
ver="V$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)"; fi; \
|
||||
sed -e 's/[@]VERSION[@]/'"$$ver"/ -e 's/[@]DATE[@]/$(shell date '+%Y%m%d')/' < $< > $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user