Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-03-09 20:03:05 +0300
committerChristopher Faylor <me@cgf.cx>2003-03-09 20:03:05 +0300
commit6e0465c6bc7dbced46d7b6a913a1a2495c220ccc (patch)
treef4988aa427bc0b15db8bb287640b2020d1b9fe45 /winsup/testsuite/config
parent3a1d827f5c3d5e767a883374b6befed1f830bfd9 (diff)
* 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.
Diffstat (limited to 'winsup/testsuite/config')
-rw-r--r--winsup/testsuite/config/default.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/config/default.exp b/winsup/testsuite/config/default.exp
index 695808fc9..3936979a6 100644
--- a/winsup/testsuite/config/default.exp
+++ b/winsup/testsuite/config/default.exp
@@ -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 {