summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/Makefile.in
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-03-09 17:03:05 +0000
committerChristopher Faylor <me@cgf.cx>2003-03-09 17:03:05 +0000
commit6e0465c6bc7dbced46d7b6a913a1a2495c220ccc (patch)
treef4988aa427bc0b15db8bb287640b2020d1b9fe45 /winsup/testsuite/Makefile.in
parent3a1d827f5c3d5e767a883374b6befed1f830bfd9 (diff)
downloadcygnal-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/Makefile.in')
-rw-r--r--winsup/testsuite/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in
index 14b6ab256..9cab7d127 100644
--- a/winsup/testsuite/Makefile.in
+++ b/winsup/testsuite/Makefile.in
@@ -86,7 +86,7 @@ ifdef VERBOSE
RUNTESTFLAGS = -v
endif
-RUNTIME=$(cygwin_build)/new-cygwin1.dll $(cygwin_build)/new-libcygwin.a
+RUNTIME=$(cygwin_build)/cygwin0.dll $(cygwin_build)/libcygwin0.a
TESTSUP_LIB_NAME:=libltp.a
TESTSUP_OFILES:=${sort ${addsuffix .o,${basename ${notdir ${wildcard $(libltp_srcdir)/lib/*.c}}}}}
@@ -173,7 +173,7 @@ testsuite/site.exp: site.exp
rm -rf testsuite/site.exp
cp site.exp testsuite/site.exp
-# Note: we set the PATH so that we can pick up new-cygwin1.dll
+# Note: we set the PATH so that we can pick up cygwin0.dll
check: $(TESTSUP_LIB_NAME) $(RUNTIME) cygrun.exe testsuite/site.exp
cd testsuite; \