From 1c351bd6cfbf1fd8d5665390e0a6b36fe1d1b748 Mon Sep 17 00:00:00 2001 From: hniksic Date: Mon, 15 Sep 2003 16:40:10 -0700 Subject: [PATCH] [svn] Don't generate configure.bat by default. --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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