diff --git a/ChangeLog b/ChangeLog index 402a5440..3ff23288 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-16 Hrvoje Niksic + + * Makefile.in (all): Don't build configure.bat by default. + 2003-09-09 Hrvoje Niksic * configure.in, aclocal.m4: Added configure check for IPv6 and diff --git a/Makefile.in b/Makefile.in index 8a5b0113..97f2239d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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