* Makefile.in: Use "cygwin0" rather than "new-cygwin" to denote in-build-tree

version of library or dll.
* config/default.exp: Ditto.
* winsup.api/winsup.exp: Ditto.
This commit is contained in:
Christopher Faylor
2003-03-09 17:03:05 +00:00
parent 3a1d827f5c
commit 6e0465c6bc
5 changed files with 14 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
proc winsup_version {} {
global env
global rootme
clone_output "\n[exec grep ^%%% $rootme/../cygwin/new-cygwin1.dll]\n"
clone_output "\n[exec grep ^%%% $rootme/../cygwin/cygwin0.dll]\n"
if { [info exists env(CYGWIN)] } {
clone_output "CYGWIN=$env(CYGWIN)\n"
} else {