summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-05-17 20:58:52 +0000
committermillert <millert@openbsd.org>2003-05-17 20:58:52 +0000
commit7c8333e2365b13cb84a047094edcf2469959cffa (patch)
tree6462a8810f49b7088edc40e28cda4014d653d69b
parentFix disassembly of certain branch instructions. (diff)
downloadwireguard-openbsd-7c8333e2365b13cb84a047094edcf2469959cffa.tar.xz
wireguard-openbsd-7c8333e2365b13cb84a047094edcf2469959cffa.zip
Don't build libperl separately in the libs pass, just build it when
we build perl itself. We need perl to run Configure *after* the other libraries are installed, since Configure looks at what symbols exist in libc and the other libs. If anfd when other things in the tree link against libperl we may need to revisit this issue.
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 2662ecb957a..af16ea962c4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.91 2003/05/14 08:01:02 mho Exp $
+# $OpenBSD: Makefile,v 1.92 2003/05/17 20:58:52 millert Exp $
#
# For more information on building in tricky environments, please see
@@ -80,10 +80,6 @@ build:
cd ${.CURDIR}/kerberosV/lib && ${MAKE} depend && ${MAKE} && \
NOMAN=1 exec ${SUDO} ${MAKE} install
.endif
- cd ${.CURDIR}/gnu/usr.bin/perl && \
- ${MAKE} -f Makefile.bsd-wrapper depend && \
- ${MAKE} -f Makefile.bsd-wrapper perl.lib && \
- exec ${SUDO} ${MAKE} -f Makefile.bsd-wrapper install.lib
${MAKE} depend && ${MAKE} && exec ${SUDO} ${MAKE} install
.if !defined(TARGET)