diff options
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/chinachippatcher/Makefile | 2 | ||||
-rw-r--r-- | rbutil/rbutilqt/rbutilqt.pro | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/rbutil/chinachippatcher/Makefile b/rbutil/chinachippatcher/Makefile index 7575cd9452..cdcca865b0 100644 --- a/rbutil/chinachippatcher/Makefile +++ b/rbutil/chinachippatcher/Makefile | |||
@@ -9,7 +9,7 @@ | |||
9 | CFLAGS = -g -Wall | 9 | CFLAGS = -g -Wall |
10 | CC = gcc | 10 | CC = gcc |
11 | 11 | ||
12 | OUTPUT = chinachip | 12 | OUTPUT = chinachippatcher |
13 | 13 | ||
14 | LIBSOURCES = chinachip.c | 14 | LIBSOURCES = chinachip.c |
15 | SOURCES = $(LIBSOURCES) main.c | 15 | SOURCES = $(LIBSOURCES) main.c |
diff --git a/rbutil/rbutilqt/rbutilqt.pro b/rbutil/rbutilqt/rbutilqt.pro index c4990f54d6..3d78166d27 100644 --- a/rbutil/rbutilqt/rbutilqt.pro +++ b/rbutil/rbutilqt/rbutilqt.pro | |||
@@ -113,16 +113,16 @@ libmkmpioboot.commands = @$(MAKE) -s \ | |||
113 | APPVERSION=\"rbutil\" \ | 113 | APPVERSION=\"rbutil\" \ |
114 | libmkmpioboot$$RBLIBPOSTFIX \ | 114 | libmkmpioboot$$RBLIBPOSTFIX \ |
115 | CC=\"$$QMAKE_CC $$MACHINEFLAGS\" AR=\"$$MYAR\" | 115 | CC=\"$$QMAKE_CC $$MACHINEFLAGS\" AR=\"$$MYAR\" |
116 | libchinachip.commands = @$(MAKE) -s \ | 116 | libchinachippatcher.commands = @$(MAKE) -s \ |
117 | BUILD_DIR=$$MYBUILDDIR/chinachip/ \ | 117 | BUILD_DIR=$$MYBUILDDIR/chinachippatcher/ \ |
118 | TARGET_DIR=$$MYBUILDDIR -C $$RBBASE_DIR/rbutil/chinachippatcher \ | 118 | TARGET_DIR=$$MYBUILDDIR -C $$RBBASE_DIR/rbutil/chinachippatcher \ |
119 | APPVERSION=\"rbutil\" \ | 119 | APPVERSION=\"rbutil\" \ |
120 | libchinachip$$RBLIBPOSTFIX \ | 120 | libchinachippatcher$$RBLIBPOSTFIX \ |
121 | CC=\"$$QMAKE_CC $$MACHINEFLAGS\" AR=\"$$MYAR\" | 121 | CC=\"$$QMAKE_CC $$MACHINEFLAGS\" AR=\"$$MYAR\" |
122 | # Note: order is important for RBLIBS! The libs are appended to the linker | 122 | # Note: order is important for RBLIBS! The libs are appended to the linker |
123 | # flags in this order, put libucl at the end. | 123 | # flags in this order, put libucl at the end. |
124 | RBLIBS = librbspeex libipodpatcher libsansapatcher libmkamsboot libmktccboot \ | 124 | RBLIBS = librbspeex libipodpatcher libsansapatcher libmkamsboot libmktccboot \ |
125 | libmkmpioboot libchinachip libucl | 125 | libmkmpioboot libchinachippatcher libucl |
126 | QMAKE_EXTRA_TARGETS += $$RBLIBS | 126 | QMAKE_EXTRA_TARGETS += $$RBLIBS |
127 | PRE_TARGETDEPS += $$RBLIBS | 127 | PRE_TARGETDEPS += $$RBLIBS |
128 | 128 | ||