freebsd-dev/lib/libpthread/support/Makefile.inc
Ruslan Ermilov cdae046749 Take thr_support.c out of SRCS so that it does not end up in libraries.
Record the missing dependency of thr_libc.So on the libc_pic.a library.

OK'ed by:	kan
2003-07-02 20:51:30 +00:00

10 lines
179 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/support
SOBJS+= thr_libc.So
CLEANFILES+= thr_support.So
thr_libc.So: thr_support.So
${CC} -nostdlib -o ${.TARGET} -Wl,-r thr_support.So -lc_pic