diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-23 21:21:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-23 21:21:28 +0000 |
commit | 9b978ffe8b67bdccd1e0c5bf3ef3c65d60bc6cd3 (patch) | |
tree | 9c1a9a440a79bae5c23602dd05d16645ef4c9419 /winsup/testsuite/Makefile.in | |
parent | d8f0f146b8befe92d951c5e5907d41e23f376679 (diff) | |
download | cygnal-9b978ffe8b67bdccd1e0c5bf3ef3c65d60bc6cd3.tar.gz cygnal-9b978ffe8b67bdccd1e0c5bf3ef3c65d60bc6cd3.tar.bz2 cygnal-9b978ffe8b67bdccd1e0c5bf3ef3c65d60bc6cd3.zip |
* libltp/include/test.h: Fix C warnings.
* winsup.api/checksignal.c: Ditto.
* winsup.api/crlf.c: Ditto.
* winsup.api/devzero.c: Ditto.
* winsup.api/iospeed.c: Ditto.
* winsup.api/mmaptest01.c: Ditto.
* winsup.api/mmaptest02.c: Ditto.
* winsup.api/mmaptest03.c: Ditto.
* winsup.api/mmaptest04.c: Ditto.
* winsup.api/nullgetcwd.c: Ditto.
* winsup.api/sigchld.c: Ditto.
* winsup.api/signal-into-win32-api.c: Ditto.
* winsup.api/systemcall.c: Ditto.
* winsup.api/waitpid.c: Ditto.
* winsup.api/pthread/mainthreadexits.c: Ditto.
* winsup.api/pthread/test.h: Ditto.
* winsup.api/pthread/threadidafterfork.c: Ditto.
* Makefile.in: Remove cygrun.exe from RUNTIME since it is built here now.
Diffstat (limited to 'winsup/testsuite/Makefile.in')
-rw-r--r-- | winsup/testsuite/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in index 863fe67f9..a55978a3e 100644 --- a/winsup/testsuite/Makefile.in +++ b/winsup/testsuite/Makefile.in @@ -88,7 +88,7 @@ ifdef VERBOSE RUNTESTFLAGS = -v endif -RUNTIME=$(cygwin_build)/new-cygwin1.dll $(cygwin_build)/new-libcygwin.a cygrun.exe +RUNTIME=$(cygwin_build)/new-cygwin1.dll $(cygwin_build)/new-libcygwin.a TESTSUP_LIB_NAME:=libltp.a TESTSUP_OFILES:=${sort ${addsuffix .o,${basename ${notdir ${wildcard $(libltp_srcdir)/lib/*.c}}}}} @@ -187,4 +187,3 @@ cygrun.o: cygrun.c cygrun.exe : cygrun.o $(CC) ${MINGW_LDFLAGS} -mno-cygwin -o $@ $< - |