]> sjero.net Git - wget/blobdiff - windows/Makefile.src.mingw
[svn] Remove manual tracking of dependencies; instead, force a recompile when a header
[wget] / windows / Makefile.src.mingw
index 5188c440c8fb5ca98e5ad87756afc19cc0ae7125..3e5b159de537b8406c71c022a07762e0fe7d4ebe 100644 (file)
@@ -41,6 +41,10 @@ all: wget.exe
 wget.exe: $(OBJS)
        ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBS}
 
-o = ${OBJ_EXT}
+$(OBJS): 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
 
-include ../windows/wget.dep
+o = ${OBJ_EXT}