[svn] Also depend on config.h.

This commit is contained in:
hniksic 2005-06-21 18:32:32 -07:00
parent 976cc5bfca
commit 80c3fa1223
6 changed files with 16 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \