]> sjero.net Git - wget/commitdiff
[svn] Don't generate configure.bat by default.
authorhniksic <devnull@localhost>
Mon, 15 Sep 2003 23:40:10 +0000 (16:40 -0700)
committerhniksic <devnull@localhost>
Mon, 15 Sep 2003 23:40:10 +0000 (16:40 -0700)
ChangeLog
Makefile.in

index 402a5440da0f7080f42489fe029fc52897f46165..3ff23288b2d7e897ffd6ee739b8fd2125ca11215 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in (all): Don't build configure.bat by default.
+
 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in, aclocal.m4: Added configure check for IPv6 and
index 8a5b011353f41ef32978c7704f178c3e1590a9d1..97f2239ddf320d200bb1ac63379ec1b24eb53ffa 100644 (file)
@@ -85,7 +85,7 @@ infodir='$(infodir)' mandir='$(mandir)' manext='$(manext)'
 SUBDIRS = src doc po util windows
 
 # default target
-all: libtool src/config.h Makefile configure.bat $(SUBDIRS)
+all: libtool src/config.h Makefile $(SUBDIRS)
 
 check: all