summaryrefslogtreecommitdiff
path: root/lib/libpthread/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2005-05-30 16:02:56 +0000
committerthorpej <thorpej@NetBSD.org>2005-05-30 16:02:56 +0000
commitd93ab54e032e48ddde5d531cba5fa427bd915cc3 (patch)
tree3b3caadfd13263ba9c301323a90325002254110d /lib/libpthread/Makefile
parent0400611d8abdafdd61be510064cf8f6cd1babe62 (diff)
Use TOOL_GENASSYM. Part of PR toolchain/30350
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r--lib/libpthread/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index ab7bd4b9341..1d85879998f 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/02/03 17:30:33 christos Exp $
+# $NetBSD: Makefile,v 1.31 2005/05/30 16:02:56 thorpej Exp $
#
WARNS= 2
@@ -31,10 +31,9 @@ CPPFLAGS+= -D__LIBPTHREAD_SOURCE__ -DPTHREAD_MLOCK_KLUDGE
DPSRCS+= assym.h
CLEANFILES+= assym.h
-assym.h: genassym.sh ${ARCHDIR}/genassym.cf \
- pthread.h pthread_int.h pthread_md.h
+assym.h: ${ARCHDIR}/genassym.cf pthread.h pthread_int.h pthread_md.h
${_MKTARGET_CREATE}
- ${HOST_SH} ${.CURDIR}/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
+ ${TOOL_GENASSYM} -- ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
< ${ARCHDIR}/genassym.cf > assym.h.tmp && \
mv -f assym.h.tmp assym.h