]> sjero.net Git - wget/commitdiff
[svn] Also depend on config.h.
authorhniksic <devnull@localhost>
Wed, 22 Jun 2005 01:32:32 +0000 (18:32 -0700)
committerhniksic <devnull@localhost>
Wed, 22 Jun 2005 01:32:32 +0000 (18:32 -0700)
src/ChangeLog
src/Makefile.in
windows/ChangeLog
windows/Makefile.src
windows/Makefile.src.bor
windows/Makefile.src.mingw

index 326835a6474c9db94c1962cd876699f176f799cb..995a9a467c6de7cffde72aec85e9b73c813807d7 100644 (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
index e8121df8d7dc52ff18231502246edd47c3710b1c..6a4a3e356cb9423562566c9c2053948e8f7b20be 100644 (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
index 0ff7a51d0c6a85feac4fd67d28ac4160a42865e4..922fd2e7a3e18ccae5d03c37fd7bb53a63f22c65 100644 (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
index 442d6b7289f3a2b8867e86b2281235e5945ffaa3..b1df66309fb13254354d6a08b0ca84ebbf4671f0 100644 (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   \
index 6fbe79a0aebb7688e316582de6ea671d6494aba3..2dbcfccc73a1f7bb94192eefefa6390f634ce87a 100644 (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   \
index 3e5b159de537b8406c71c022a07762e0fe7d4ebe..d1a91e72f0d55d5033f8bc4c457adc0ab1fa97f7 100644 (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   \