[svn] Removed string_t.c from the list of source files in Makefiles.

This commit is contained in:
mtortonesi 2005-04-05 11:46:44 -07:00
parent 6dc9563cca
commit 8f0378df0b
7 changed files with 18 additions and 8 deletions

View File

@ -1,8 +1,12 @@
2005-04-05 Mauro Tortonesi <mauro@ferrara.linux.it>
* Makefile.in: removed string_t.c from list of source files.
2005-04-04 Mauro Tortonesi <mauro@ferrara.linux.it>
* string.c: Removed.
* string_t.c: Removed.
* string.h: Removed.
* string_t.h: Removed.
2005-04-02 Hrvoje Niksic <hniksic@xemacs.org>

View File

@ -77,7 +77,7 @@ OBJ = $(ALLOCA) cmpt$o connect$o convert$o cookies$o \
host$o html-parse$o html-url$o http$o init$o \
log$o main$o $(MD5_OBJ) netrc$o progress$o recur$o \
res$o retr$o safe-ctype$o snprintf$o $(SSL_OBJ) url$o \
utils$o version$o xmalloc$o string_t$o
utils$o version$o xmalloc$o
.SUFFIXES:
.SUFFIXES: .c .o ._c ._o
@ -192,7 +192,6 @@ retr$o: wget.h sysdep.h options.h safe-ctype.h utils.h retr.h url.h \
recur.h ftp.h host.h connect.h hash.h
safe-ctype$o: safe-ctype.h
snprintf$o: safe-ctype.h
string_t$o: wget.h xmalloc.h
url$o: wget.h sysdep.h options.h safe-ctype.h utils.h url.h host.h hash.h
utils$o: wget.h sysdep.h options.h safe-ctype.h utils.h hash.h
version$o:

View File

@ -1 +1 @@
char *version_string = "1.9+cvs-dev";
char *version_string = "1.10-alpha1";

View File

@ -1,3 +1,11 @@
2005-04-05 Mauro Tortonesi <mauro@ferrara.linux.it>
* Makefile.src.mingw: removed string_t.c from list of source files.
* Makefile.watcom: removed string_t.c from list of source files.
* wget.dep: removed string_t.c from list of source files.
2005-02-10 Mauro Tortonesi <mauro@ferrara.linux.it>
* Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix

View File

@ -26,7 +26,7 @@ OBJS=cmpt${OBJ_EXT} convert${OBJ_EXT} connect${OBJ_EXT} ftp${OBJ_EXT} ftp-basic$
http${OBJ_EXT} init${OBJ_EXT} log${OBJ_EXT} main${OBJ_EXT} gnu-md5${OBJ_EXT} netrc${OBJ_EXT} \
safe-ctype${OBJ_EXT} hash${OBJ_EXT} progress${OBJ_EXT} gen-md5${OBJ_EXT} cookies${OBJ_EXT} \
recur${OBJ_EXT} res${OBJ_EXT} retr${OBJ_EXT} url${OBJ_EXT} utils${OBJ_EXT} \
version${OBJ_EXT} xmalloc${OBJ_EXT} mswindows${OBJ_EXT} string_t${OBJ_EXT}
version${OBJ_EXT} xmalloc${OBJ_EXT} mswindows${OBJ_EXT}
ifdef SSL
## OPENSSL_PATH is the OpenSSL installed directory

View File

@ -54,7 +54,7 @@ CFLAGS+= /os /d2
OBJS = cmpt.obj convert.obj connect.obj cookies.obj ftp.obj ftp-basic.obj &
ftp-ls.obj ftp-opie.obj getopt.obj hash.obj host.obj html-parse.obj html-url.obj &
http.obj init.obj log.obj main.obj gen-md5.obj gnu-md5.obj netrc.obj progress.obj &
recur.obj res.obj retr.obj safe-ctype.obj string_t.obj url.obj utils.obj version.obj &
recur.obj res.obj retr.obj safe-ctype.obj url.obj utils.obj version.obj &
mswindows.obj xmalloc.obj
LIBFILES =

View File

@ -27,7 +27,6 @@ recur$o: recur.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h url
retr$o: retr.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h retr.h url.h recur.h ftp.h host.h connect.h hash.h
safe-ctype$o: safe-ctype.c config.h safe-ctype.h
snprintf$o: snprintf.c config.h safe-ctype.h
string_t$o: wget.h xmalloc.h
url$o: url.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h url.h host.h hash.h
utils$o: utils.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h hash.h
version$o: version.c