libroot/posix/signal is back in the build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1983 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
453532db1c
commit
68e8d1f65e
@ -36,7 +36,7 @@ KernelLd kernel :
|
||||
|
||||
kernel_posix_locale.o
|
||||
kernel_posix_main.o
|
||||
# kernel_posix_signal.o
|
||||
kernel_posix_signal.o
|
||||
kernel_posix_stdio.o
|
||||
kernel_posix_stdlib.o
|
||||
kernel_posix_sys.o
|
||||
@ -69,7 +69,7 @@ KernelLd kernel.so :
|
||||
|
||||
kernel_posix_locale.o
|
||||
kernel_posix_main.o
|
||||
# kernel_posix_signal.o
|
||||
kernel_posix_signal.o
|
||||
kernel_posix_stdio.o
|
||||
kernel_posix_stdlib.o
|
||||
kernel_posix_sys.o
|
||||
@ -104,7 +104,8 @@ KernelLd libroot.so :
|
||||
posix_malloc.o
|
||||
posix_math.o
|
||||
posix_math_arch_$(OBOS_ARCH).o
|
||||
posix_stdio.o
|
||||
posix_signal.o
|
||||
posix_stdio.o
|
||||
posix_stdlib.o
|
||||
posix_string.o
|
||||
posix_sys.o
|
||||
|
@ -22,7 +22,7 @@ MergeObjectFromObjects kernel_posix_main.o :
|
||||
SubInclude OBOS_TOP src kernel libroot posix locale ;
|
||||
SubInclude OBOS_TOP src kernel libroot posix malloc ;
|
||||
SubInclude OBOS_TOP src kernel libroot posix math ;
|
||||
#SubInclude OBOS_TOP src kernel libroot posix signal ;
|
||||
SubInclude OBOS_TOP src kernel libroot posix signal ;
|
||||
SubInclude OBOS_TOP src kernel libroot posix stdio ;
|
||||
SubInclude OBOS_TOP src kernel libroot posix stdlib ;
|
||||
SubInclude OBOS_TOP src kernel libroot posix string ;
|
||||
|
Loading…
Reference in New Issue
Block a user