diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-01 20:51:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-01 20:51:03 +0000 |
commit | 350c2f44b8037a70b240b87ba58b2ed0f9534c1a (patch) | |
tree | 3a6fccd0e6bfe8321bdd5d597d965722f9b38bd6 /winsup/Makefile.in | |
parent | 5ed85bb96eb782db9e08183d7b7be427fa7a2d73 (diff) | |
download | newlib-350c2f44b8037a70b240b87ba58b2ed0f9534c1a.zip newlib-350c2f44b8037a70b240b87ba58b2ed0f9534c1a.tar.gz newlib-350c2f44b8037a70b240b87ba58b2ed0f9534c1a.tar.bz2 |
* configure.in: Add cygserver subdir.
* Makefile.in: Ditto.
* configure: Regenerate.
* Makefile.common: Remove debugging statements.
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r-- | winsup/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in index dc7d052..cead075 100644 --- a/winsup/Makefile.in +++ b/winsup/Makefile.in @@ -1,5 +1,5 @@ # Makefile.in for windows stuff -# Copyright 1995, 1996, 1997, 1998, 1999, 2000 Red Hat, Inc. +# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc. # # This file is part of Cygwin. # @@ -113,3 +113,5 @@ install_utils: cygwin mingw install_mingw: w32api install_cygwin: w32api + +install_cygserver: cygwin |