diff options
author | Roland McGrath <roland@gnu.org> | 2003-12-18 02:17:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-12-18 02:17:43 +0000 |
commit | 01ff02d0d05b8b7e9af30c65c0d2b4b8b093ec42 (patch) | |
tree | 8c8cec207de067ab441dab775789a651440f6dea /nptl/Makefile | |
parent | e796f92f68585f61412f569e4b4f49b5e21d80df (diff) | |
download | glibc-01ff02d0d05b8b7e9af30c65c0d2b4b8b093ec42.tar glibc-01ff02d0d05b8b7e9af30c65c0d2b4b8b093ec42.tar.gz glibc-01ff02d0d05b8b7e9af30c65c0d2b4b8b093ec42.tar.bz2 glibc-01ff02d0d05b8b7e9af30c65c0d2b4b8b093ec42.zip |
2003-12-17 Roland McGrath <roland@redhat.com>
* Makefile (tst-cancelx7-ARGS): New variable.
Reportd by Greg Schafer <gschafer@zip.com.au>.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index c2c4746681..8112a4d837 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -398,6 +398,7 @@ CFLAGS-tst-oncex4.c += -fexceptions CFLAGS-tst-align.c += $(stack-align-test-flags) tst-cancel7-ARGS = --command "$(built-program-cmd)" +tst-cancelx7-ARGS = $(tst-cancel7-ARGS) tst-umask1-ARGS = $(objpfx)tst-umask1.temp $(objpfx)tst-atfork2: $(libdl) $(shared-thread-library) |