mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't generate configure.bat by default.
This commit is contained in:
parent
7c40372a78
commit
1c351bd6cf
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user