diff options
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 6e9f8141bd..1b4ecc0012 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -35,10 +35,10 @@ extra-libs-others := $(extra-libs) libpthread-routines := attr cancel condvar join manager mutex ptfork \ ptlongjmp pthread signals specific errno lockfile \ semaphore spinlock wrapsyscall rwlock pt-machine \ - oldsemaphore events getcpuclockid pspinlock + oldsemaphore events getcpuclockid pspinlock barrier vpath %.c Examples -tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 joinrace +tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 joinrace include ../Rules @@ -68,4 +68,5 @@ $(objpfx)ex5: $(libpthread) $(objpfx)ex6: $(libpthread) $(objpfx)ex7: $(libpthread) $(objpfx)ex8: $(libpthread) +$(objpfx)ex9: $(libpthread) $(objpfx)joinrace: $(libpthread) |