mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-19 05:53:43 +03:00
2003-03-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/Makefile: Fix cut&paste error.
14 lines
364 B
Makefile
14 lines
364 B
Makefile
ifeq ($(subdir),rt)
|
|
librt-sysdep_routines += timer_routines
|
|
|
|
ifeq (yes,$(build-shared))
|
|
$(objpfx)tst-timer: $(objpfx)librt.so $(shared-thread-library)
|
|
else
|
|
$(objpfx)tst-timer: $(objpfx)librt.a $(static-thread-library)
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(subdir),posix)
|
|
CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../linuxthreads/Banner)\""
|
|
endif
|