]> Pileus Git - ~andy/fetchmail/blobdiff - Makefile.in
Try to fix the build code.
[~andy/fetchmail] / Makefile.in
index f712dc65c5aaed54392f2b77a9d503b72e2826e9..b897c13b065167cf78001f158073daafee72dc4a 100644 (file)
@@ -3,7 +3,7 @@
 # If you're running QNX, we can't assume a working autoconf.
 # So just uncomment all the lines marked QNX.
 
-VERS=4.0.3
+VERS=4.0.4
 
 # Ultrix 2.2 make doesn't expand the value of VPATH.
 srcdir = @srcdir@
@@ -157,7 +157,7 @@ config.status: configure
        $(srcdir)/configure
 
 config.h: config.status config.h.in
-       sh config.status
+       sh config.status; touch config.h
 
 Makefile: config.status Makefile.in
        sh config.status
@@ -166,7 +166,7 @@ configure: configure.in
        autoconf $(ACFLAGS)
 
 config.h.in: acconfig.h configure.in
-       autoheader $(ACFLAGS)
+       autoheader $(ACFLAGS); touch config.h.in
 
 # This tells versions [3.59,3.63) of GNU make not to export all variables.
 .NOEXPORT: