1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Typo fix. By Herold Heiko.

This commit is contained in:
hniksic 2003-09-30 13:43:21 -07:00
parent a95b801f61
commit c1f92cae25
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-09-30 Herold Heiko <Heiko.Herold@previnet.it>
* windows/Makefile.src (OBJ): Fix typo.
2003-09-26 Gisle Vanem <giva@bgnett.no>
* windows/config.h.ms: Don't declare alloca under compilers that

View File

@ -72,7 +72,7 @@ SRC = cmpt.c safe-ctype.c convert.c connect.c host.c http.c netrc.c \
OBJ = cmpt$o safe-ctype$o convert$o connect$o host$o http$o netrc$o \
ftp-basic$o ftp$o ftp-ls$o ftp-opie$o getopt$o hash$o headers$o \
html-parse$o html-url$o progress$o retr$o recur$o res$o url$o cookies$o \
init$o utils$o main$oversion$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o\
init$o utils$o main$o version$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o\
rbuf$o log$o $(SSLOBJ)
.SUFFIXES: .c .obj