diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-11 11:13:11 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-11 11:13:11 +0000 |
commit | 2108330d9ab7320d252477d36f0159b419e7f99c (patch) | |
tree | bac99f9a465e3e217c2ead07b383af72a97ada7f | |
parent | eb426a7f372669ef5e9542a2060321ad9a687aca (diff) |
mips->mips64. ok deraadt@
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 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") |