diff options
Diffstat (limited to 'winsup/testsuite/Makefile.in')
-rw-r--r-- | winsup/testsuite/Makefile.in | 4 |
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; \ |