diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-31 20:54:59 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-31 20:54:59 +0000 |
commit | 44d025b3b9f97f660bb2378a7a3801ed28d65e29 (patch) | |
tree | 8111190c0de951848b8e983712e9c9eb89c1ca02 /libpthread/linuxthreads/Makefile.in | |
parent | 8c2b377d28710215838741cd9778c8e7229ebf26 (diff) |
New linuxthreads builds on x86, vapier: pt-allocrtsig.c is missing from sources
Diffstat (limited to 'libpthread/linuxthreads/Makefile.in')
-rw-r--r-- | libpthread/linuxthreads/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/linuxthreads/Makefile.in b/libpthread/linuxthreads/Makefile.in index 7aa891517..abe59a881 100644 --- a/libpthread/linuxthreads/Makefile.in +++ b/libpthread/linuxthreads/Makefile.in @@ -44,14 +44,14 @@ pthread_sysdep_SRC := $(patsubst %,$(libpthread_DIR)/sysdeps/pthread/%.c,$(pthre pthread_SRC := \ attr barrier cancel condvar errno events join pthread \ lockfile manager mutex pt-machine ptcleanup \ - ptclock_gettime ptclock_settime ptfork pthandles pthread_atfork \ + ptclock_gettime ptclock_settime ptfork pthandles \ pthread_setegid pthread_seteuid pthread_setgid pthread_setregid \ pthread_setresgid pthread_setresuid pthread_setreuid pthread_setuid \ rwlock semaphore sighandler signals specific spinlock pthread_SRC := $(patsubst %,$(libpthread_DIR)/%.c,$(pthread_SRC)) -libpthread_static_SRC := pt-allocrtsig -libpthread_shared_SRC := pthread_atfork +#libpthread_shared_SRC := pt-allocrtsig +libpthread_static_SRC := pthread_atfork libpthread_SRC := $(pthread_arch_SRC) $(pthread_linux_SRC) $(pthread_sysdep_SRC) $(pthread_SRC) libpthread_OBJ := $(patsubst $(libpthread_DIR)/%.c,$(libpthread_OUT)/%.o,$(libpthread_SRC)) |