* Makefile.in: Make cygserver depending on cygwin.
This commit is contained in:
parent
0af8d6110b
commit
95b1156144
|
@ -1,3 +1,7 @@
|
|||
2003-11-23 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* Makefile.in: Make cygserver depending on cygwin.
|
||||
|
||||
2003-11-20 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* configure.in: Make --use-server the default.
|
||||
|
|
|
@ -109,6 +109,8 @@ mingw: w32api
|
|||
|
||||
cygwin: w32api
|
||||
|
||||
cygserver: cygwin
|
||||
|
||||
install_utils: cygwin mingw
|
||||
|
||||
install_mingw: w32api
|
||||
|
|
Loading…
Reference in New Issue