blob: 9a307b02e22342298fe72aaf796209b3313ea3c6 (
plain)
1 diff -Nru sqlite-3.5.4.orig/Makefile.in sqlite-3.5.4/Makefile.in
2 --- sqlite-3.5.4.orig/Makefile.in 2007-12-17 10:23:23.000000000 +0100
3 +++ sqlite-3.5.4/Makefile.in 2007-12-17 10:25:05.000000000 +0100
4 @@ -317,18 +317,11 @@
5 -rpath $(libdir)/sqlite \
6 -version-info "8:6:8"
7
8 -testcli$(TEXE): $(TOP)/src/shell.c libsqlite3.la sqlite3.h
9 +sqlite3$(TEXE): $(TOP)/src/shell.c libsqlite3.la sqlite3.h
10 $(LTLINK) $(READLINE_FLAGS) $(LIBPTHREAD) \
11 -o $@ $(TOP)/src/shell.c libsqlite3.la \
12 $(LIBREADLINE) $(TLIBS)
13
14 -sqlite3$(EXE): $(TOP)/src/shell.c sqlite3.c sqlite3.h
15 - $(LTLINK) $(READLINE_FLAGS) -o $@ \
16 - -DSQLITE_MAX_SQL_LENGTH=1000000000 \
17 - -USQLITE_THREADSAFE -DSQLITE_THREADSAFE=0 \
18 - $(TOP)/src/shell.c sqlite3.c \
19 - $(LIBREADLINE) $(TLIBS) $(THREADLIB)
20 -
21 # This target creates a directory named "tsrc" and fills it with
22 # copies of all of the C source code and header files needed to
23 # build on the target system. Some of the C source code and header
|