summaryrefslogtreecommitdiff
path: root/data/mobileterminal/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2009-05-11 22:37:25 +0000
committerJay Freeman <saurik@saurik.com>2009-05-11 22:37:25 +0000
commit2bf844412c72cb2a5eac491d2bfd509ae843e965 (patch)
treefd4b6f0edc6e6dbe9eab70be601bd8b715c82f94 /data/mobileterminal/make.sh
parent4f3d268e0473f9bc0d5973148360707ed12ece42 (diff)
Upgraded MobileTerminal for 3.x.
git-svn-id: http://svn.telesphoreo.org/trunk@608 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/mobileterminal/make.sh')
-rw-r--r--data/mobileterminal/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mobileterminal/make.sh b/data/mobileterminal/make.sh
index f7d7f2b34..c8bd93e3d 100644
--- a/data/mobileterminal/make.sh
+++ b/data/mobileterminal/make.sh
@@ -1,6 +1,6 @@
pkg:setup
echo "#define SVN_VERSION @\"${PKG_VERS}\"" >svnversion.h
make clean
-make -f Makefile.build CC="${PKG_TARG}-gcc"
+make CC="${PKG_TARG}-gcc"
pkg: mkdir -p /Applications/Terminal.app
pkg: cp -a Info.plist Resources/* Terminal /Applications/Terminal.app