diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-09 17:03:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-09 17:03:05 +0000 |
commit | 6e0465c6bc7dbced46d7b6a913a1a2495c220ccc (patch) | |
tree | f4988aa427bc0b15db8bb287640b2020d1b9fe45 /winsup/testsuite/config | |
parent | 3a1d827f5c3d5e767a883374b6befed1f830bfd9 (diff) | |
download | newlib-6e0465c6bc7dbced46d7b6a913a1a2495c220ccc.zip newlib-6e0465c6bc7dbced46d7b6a913a1a2495c220ccc.tar.gz newlib-6e0465c6bc7dbced46d7b6a913a1a2495c220ccc.tar.bz2 |
* 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.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/config/default.exp b/winsup/testsuite/config/default.exp index 695808f..3936979 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 { |