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/winsup.api | |
parent | 3a1d827f5c3d5e767a883374b6befed1f830bfd9 (diff) | |
download | cygnal-6e0465c6bc7dbced46d7b6a913a1a2495c220ccc.tar.gz cygnal-6e0465c6bc7dbced46d7b6a913a1a2495c220ccc.tar.bz2 cygnal-6e0465c6bc7dbced46d7b6a913a1a2495c220ccc.zip |
* 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/winsup.api')
-rw-r--r-- | winsup/testsuite/winsup.api/winsup.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/winsup.exp b/winsup/testsuite/winsup.api/winsup.exp index ccfa7b200..26d3af0d2 100644 --- a/winsup/testsuite/winsup.api/winsup.exp +++ b/winsup/testsuite/winsup.api/winsup.exp @@ -48,7 +48,7 @@ foreach src [glob -nocomplain $srcdir/$subdir/*.c $srcdir/$subdir/*/*.c] { clear_xfail } - ws_spawn "$CC -nodefaultlibs -mwin32 $CFLAGS $src $add_includes $add_libs $runtime_root/binmode.o -lgcc $runtime_root/new-libcygwin.a -lkernel32 -luser32 -o $base.exe" + ws_spawn "$CC -nodefaultlibs -mwin32 $CFLAGS $src $add_includes $add_libs $runtime_root/binmode.o -lgcc $runtime_root/libcygwin0.a -lkernel32 -luser32 -o $base.exe" if { $rv != "" } { verbose -log "$rv" fail "$testcase (compile)" |