summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper4
-rw-r--r--lib/libpthread/sys/Makefile.inc4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper
index ebfeacfd474..0e5e1bf02cd 100644
--- a/gnu/usr.bin/perl/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.66 2004/08/10 00:00:01 deraadt Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.67 2004/08/11 11:13:10 pefo Exp $
#
# Build wrapper for Perl 5.8.5
#
@@ -726,7 +726,7 @@ install.lib:
.endif
chmod ${LIBMODE} ${DESTDIR}${LIBDIR}/lib${LIB}_p.a
.endif
-.if !defined(NOPIC) && (${MACHINE_ARCH} != "mips")
+.if !defined(NOPIC) && (${MACHINE_ARCH} != "mips64")
${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m 600 \
lib${LIB}_pic.a ${DESTDIR}${LIBDIR}
.if (${INSTALL_COPY} != "-p")
diff --git a/lib/libpthread/sys/Makefile.inc b/lib/libpthread/sys/Makefile.inc
index 3d26efca60f..32349768de8 100644
--- a/lib/libpthread/sys/Makefile.inc
+++ b/lib/libpthread/sys/Makefile.inc
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile.inc,v 1.15 2004/04/09 23:56:05 brad Exp $
+# $OpenBSD: Makefile.inc,v 1.16 2004/08/11 11:11:49 pefo Exp $
.PATH: ${SRCDIR}/sys ${SRCDIR}/arch/${MACHINE_ARCH}
SRCS+= uthread_error.c
-.if (${MACHINE_ARCH} == "mips")
+.if (${MACHINE_ARCH} == "mips64")
SRCS+= slow_atomic_lock.c
.endif