From ea2670c18699e514ee1d65dfd35ad22c296a74e7 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Tue, 1 Jan 2008 05:58:43 +0000 Subject: Initial commit. git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d --- data/top/mvpath.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/top/mvpath.diff (limited to 'data/top/mvpath.diff') 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) $@ + -- cgit v1.2.3