aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorAndre Heider2009-08-07 18:16:58 +0000
committerAndre Heider2009-08-07 18:16:58 +0000
commit57e45de95bbc91bd54eecff8410646675589c799 (patch)
treec836c1747601b71b8ce0002e86c8463c76fd2002 /Makefile.common
parent08b650c1a6fbcb5070090a1e14ba72b3e177efda (diff)
downloadscummvm-rg350-57e45de95bbc91bd54eecff8410646675589c799.tar.gz
scummvm-rg350-57e45de95bbc91bd54eecff8410646675589c799.tar.bz2
scummvm-rg350-57e45de95bbc91bd54eecff8410646675589c799.zip
Merge creation of Info.plist into update-version.pl.
This fixes the static version info after branching (#2820503). svn-id: r43101
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.common b/Makefile.common
index 51261d65d9..caf5ba22fa 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -144,25 +144,6 @@ endif
######################################################################
-# Create the files that depend on the version
-######################################################################
-
-VERSION_FILES = \
- $(srcdir)/dists/iphone/Info.plist \
- $(srcdir)/dists/macosx/Info.plist
-
-$(VERSION_FILES): %: %.in
- @echo "Creating $@"
- @cat $< | sed \
- -e "s/@VER_MAJOR@/$(VER_MAJOR)/g" \
- -e "s/@VER_MINOR@/$(VER_MINOR)/g" \
- -e "s/@VER_PATCH@/$(VER_PATCH)/g" \
- -e "s/@VER_EXTRA@/$(VER_EXTRA)/g" \
- -e "s/@VERSION@/$(VERSION)/g" \
- > $@
-
-
-######################################################################
# Distribution settings
######################################################################