diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-01 05:58:43 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-01 05:58:43 +0000 |
commit | ea2670c18699e514ee1d65dfd35ad22c296a74e7 (patch) | |
tree | 6826a5266d78c22210c194772a8daed06ef0a19c /data/top/mvpath.diff | |
parent | a45e85d54e8df7a333946cc52fec519fc6aa4d87 (diff) |
Initial commit.
git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/top/mvpath.diff')
-rw-r--r-- | data/top/mvpath.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/top/mvpath.diff b/data/top/mvpath.diff new file mode 100644 index 000000000..4da654af5 --- /dev/null +++ b/data/top/mvpath.diff @@ -0,0 +1,11 @@ +diff -u top-37/Makefile top-37+iPhone/Makefile +--- top-37/Makefile 2006-06-19 22:22:33.000000000 +0000 ++++ top-37+iPhone/Makefile 2007-12-27 12:03:43.000000000 +0000 +@@ -93,7 +93,6 @@ + $(SYMROOT)/$(LIB) : $(patsubst %.c,$(SRCROOT)/%.c,$(LIB_SRCS)) \ + $(patsubst %.h,$(SRCROOT)/%.h,$(LIB_HDRS) $(LIB_PHDRS)) + $(CC) -c $(CPPFLAGS) $(CFLAGS) $(LIB_SRCS) +- mv *.o $(OBJROOT) + $(AR) cru $@ $(patsubst %.c,$(OBJROOT)/%.o,$(LIB_SRCS)) + $(RANLIB) $@ + |