summaryrefslogtreecommitdiff
path: root/rbutil/chinachippatcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/chinachippatcher/Makefile')
-rw-r--r--rbutil/chinachippatcher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/chinachippatcher/Makefile b/rbutil/chinachippatcher/Makefile
index cdce19814d..c8defcb5c4 100644
--- a/rbutil/chinachippatcher/Makefile
+++ b/rbutil/chinachippatcher/Makefile
@@ -11,7 +11,7 @@ CFLAGS += -g -Wall
11OUTPUT = chinachippatcher 11OUTPUT = chinachippatcher
12 12
13LIBSOURCES = chinachip.c 13LIBSOURCES = chinachip.c
14SOURCES = $(LIBSOURCES) main.c 14SOURCES = main.c
15 15
16include ../libtools.make 16include ../libtools.make
17 17