mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Also depend on config.h.
This commit is contained in:
parent
976cc5bfca
commit
80c3fa1223
@ -1,3 +1,7 @@
|
||||
2005-06-22 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* Makefile.in ($(OBJ)): Add the config.h dependency.
|
||||
|
||||
2005-06-22 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* openssl.c, connect.c, host.c: Replace instances of #ifdef
|
||||
|
@ -95,11 +95,11 @@ wget$(exeext): $(OBJ)
|
||||
# time, and it's a lot safer than attempting to get all the
|
||||
# dependencies right.
|
||||
|
||||
$(OBJ): config-post.h connect.h convert.h cookies.h ftp.h gen-md5.h \
|
||||
getopt.h gnu-md5.h hash.h host.h html-parse.h http-ntlm.h \
|
||||
init.h log.h mswindows.h netrc.h options.h progress.h \
|
||||
ptimer.h recur.h res.h retr.h safe-ctype.h ssl.h sysdep.h \
|
||||
url.h utils.h wget.h xmalloc.h
|
||||
$(OBJ): config-post.h config.h connect.h convert.h cookies.h ftp.h \
|
||||
gen-md5.h getopt.h gnu-md5.h hash.h host.h html-parse.h \
|
||||
http-ntlm.h init.h log.h mswindows.h netrc.h options.h \
|
||||
progress.h ptimer.h recur.h res.h retr.h safe-ctype.h ssl.h \
|
||||
sysdep.h url.h utils.h wget.h xmalloc.h
|
||||
|
||||
#
|
||||
# Dependencies for installing
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-06-22 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* Makefile.src*: Add the config.h dependency.
|
||||
|
||||
2005-06-22 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* Makefile.src, Makefile.src.bor, Makefile.src.mingw: Make OBJS
|
||||
|
@ -84,7 +84,7 @@ wget.exe: $(OBJ)
|
||||
$(LD) @<< $(LDFLAGS) /out:$@ $(OBJ) $(LIBS)
|
||||
<<
|
||||
|
||||
$(OBJ): config-post.h connect.h convert.h cookies.h ftp.h gen-md5.h \
|
||||
$(OBJ): config-post.h config.h connect.h convert.h cookies.h ftp.h gen-md5.h \
|
||||
getopt.h gnu-md5.h hash.h host.h html-parse.h http-ntlm.h \
|
||||
init.h log.h mswindows.h netrc.h options.h progress.h \
|
||||
ptimer.h recur.h res.h retr.h safe-ctype.h ssl.h sysdep.h \
|
||||
|
@ -58,7 +58,7 @@ $<,$*,+
|
||||
$(LIBDIR)\import32.lib+
|
||||
$(LIBDIR)\cw32.lib
|
||||
|
||||
$(OBJS): config-post.h connect.h convert.h cookies.h ftp.h gen-md5.h \
|
||||
$(OBJS): config-post.h config.h connect.h convert.h cookies.h ftp.h gen-md5.h \
|
||||
getopt.h gnu-md5.h hash.h host.h html-parse.h http-ntlm.h \
|
||||
init.h log.h mswindows.h netrc.h options.h progress.h \
|
||||
ptimer.h recur.h res.h retr.h safe-ctype.h ssl.h sysdep.h \
|
||||
|
@ -41,7 +41,7 @@ all: wget.exe
|
||||
wget.exe: $(OBJS)
|
||||
${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBS}
|
||||
|
||||
$(OBJS): config-post.h connect.h convert.h cookies.h ftp.h gen-md5.h \
|
||||
$(OBJS): config-post.h config.h connect.h convert.h cookies.h ftp.h gen-md5.h \
|
||||
getopt.h gnu-md5.h hash.h host.h html-parse.h http-ntlm.h \
|
||||
init.h log.h mswindows.h netrc.h options.h progress.h \
|
||||
ptimer.h recur.h res.h retr.h safe-ctype.h ssl.h sysdep.h \
|
||||
|
Loading…
Reference in New Issue
Block a user