summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/support/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/support/Makefile.inc')
-rw-r--r--lib/libpthread/support/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/support/Makefile.inc b/lib/libpthread/support/Makefile.inc
index 5c5d059..9f6783e 100644
--- a/lib/libpthread/support/Makefile.inc
+++ b/lib/libpthread/support/Makefile.inc
@@ -2,9 +2,8 @@
.PATH: ${.CURDIR}/support
-SRCS += thr_support.c
SOBJS+= thr_libc.So
+CLEANFILES+= thr_support.So
thr_libc.So: thr_support.So
- ${CC} -nostdlib -o ${.TARGET} -Wl,-x,-r ${.ALLSRC} -lc_pic
-
+ ${CC} -nostdlib -o ${.TARGET} -Wl,-r thr_support.So -lc_pic
OpenPOWER on IntegriCloud