diff options
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 8cc1373..600e194 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -24,7 +24,7 @@ subdir := linuxthreads linuxthreads-version := $(shell sed -n 's/^.*$(subdir)-\([0-9.]*\).*$$/\1/p' \ Banner) -headers := pthread.h semaphore.h bits/semaphore.h +headers := pthread.h semaphore.h distribute := internals.h queue.h restart.h spinlock.h routines := weaks no-tsd |