[svn] Don't generate configure.bat by default.

This commit is contained in:
hniksic 2003-09-15 16:40:10 -07:00
parent 7c40372a78
commit 1c351bd6cf
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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