* 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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user