From fcd31f5a9fdb31893f0204556e6498a4af6e1d68 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 5 Aug 2000 06:39:52 +0000 Subject: Update. * Makefile (tests): Add tststack. Add rule to build the program. * tststack.c: New file. --- linuxthreads/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linuxthreads/Makefile') diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 84fbbd844b..15a406e47c 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -41,7 +41,7 @@ nodelete-yes = -Wl,--enable-new-dtags,-z,nodelete LDFLAGS-pthread.so = $(nodelete-$(have-z-nodelete)) vpath %.c Examples -tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 ex10 ex11 joinrace +tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 ex10 ex11 joinrace tststack include ../Rules @@ -77,3 +77,4 @@ $(objpfx)ex9: $(libpthread) $(objpfx)ex10: $(libpthread) $(librt) $(objpfx)ex11: $(libpthread) $(librt) $(objpfx)joinrace: $(libpthread) +$(objpfx)tststack: $(libpthread) -- cgit 1.4.1