From 6f1acb30c1e30c6470092953ac75e665c4ba6bfb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 1 Jun 2003 18:07:34 +0000 Subject: Update. * test-skeleton.c (main): Request getopt to not reorder the command line. --- nptl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index 426ac07653..85ba98ad20 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -169,7 +169,7 @@ tests = tst-attr1 tst-attr2 \ tst-flock1 tst-flock2 \ tst-signal1 tst-signal2 tst-signal3 tst-signal4 tst-signal5 \ tst-signal6 \ - tst-exec1 tst-exec2 tst-exec3 \ + tst-exec1 tst-exec2 tst-exec3 tst-exec4 \ tst-exit1 \ tst-stdio1 tst-stdio2 \ tst-stack1 \ @@ -408,3 +408,5 @@ $(objpfx)tst-cancel-wrappers.out: tst-cancel-wrappers.sh $(objpfx)libpthread.a > $@ endif endif + +tst-exec4-ARGS = $(built-program-cmd) -- cgit v1.2.3