diff options
| author | cgd <cgd@NetBSD.org> | 1993-11-15 11:11:00 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-11-15 11:11:00 +0000 |
| commit | 93e4e1b5ae9b7dc5f08da8c677b86254fa9d1060 (patch) | |
| tree | b700ce47992004a2c4bf57db241c619ee38670d9 /lib/libpthread | |
| parent | dde22728d4b183bd33b682b43e43bcc70fb4cdb4 (diff) | |
correct my bad advice
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 77c8ccae205..a6a599f8639 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -8,13 +8,11 @@ CFLAGS+= ${CPPFLAGS} .include "${.CURDIR}/arch/${MACHINE}/Makefile.inc" .include "${.CURDIR}/pthreads/Makefile.inc" -all: includelinks - -beforedepend: includelinks +all beforedepend: pthread CLEANFILES+=pthread -includelinks: +pthread: if [ ! -e pthread ]; then; \ ln -s ${.CURDIR}/include pthread; \ fi |
