summaryrefslogtreecommitdiff
path: root/data/class-dump
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-06-18 07:22:07 +0000
committerJay Freeman <saurik@saurik.com>2008-06-18 07:22:07 +0000
commit2893b4289e0e13e22470908a0326515b9c1ec333 (patch)
tree3ce4223c038d8531ff5d013331a05405eebd4451 /data/class-dump
parent056bad3691237101d94ac0e747a1bab418ba13ae (diff)
Went through and did my best to remove timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@326 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/class-dump')
-rw-r--r--data/class-dump/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/class-dump/make.sh b/data/class-dump/make.sh
index 69d4e6798..ffc8a1766 100644
--- a/data/class-dump/make.sh
+++ b/data/class-dump/make.sh
@@ -1,5 +1,5 @@
pkg:setup
cd src
-"${PKG_TARG}-gcc" -o class-dump -ObjC *.m -Wall -include Foundation/Foundation.h -framework CoreFoundation -framework Foundation -lobjc
+"${PKG_TARG}-gcc" -o class-dump -ObjC *.m -Wall -include Foundation/Foundation.h -framework CoreFoundation -framework Foundation -lobjc -save-temps
pkg: mkdir -p /usr/bin
pkg: cp -a class-dump /usr/bin