From 6e0465c6bc7dbced46d7b6a913a1a2495c220ccc Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 9 Mar 2003 17:03:05 +0000 Subject: * 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. --- winsup/testsuite/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/testsuite/Makefile.in') 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; \ -- cgit v1.2.3