From e90ccb31ce142791ac3c71dcc4454c982be57414 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Mon, 16 Feb 2015 14:06:15 +0000 Subject: [PATCH] stop deleting the openssl include directory, causing unnecessary rebuilds. ok jca sthen --- src/include/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/include/Makefile b/src/include/Makefile index 152e2249..a2046703 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.198 2015/01/17 20:37:04 tedu Exp $ +# $OpenBSD: Makefile,v 1.199 2015/02/16 14:06:15 tedu Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -89,10 +89,6 @@ includes: ${INSTALL} ${INSTALL_COPY} -m 444 $$j ${DESTDIR}/usr/include/$$i/$$j; \ done; \ done - @rm -rf ${DESTDIR}/usr/include/openssl ${DESTDIR}/usr/include/ssl \ - ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_CPU}-openbsd/ssl \ - ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_CPU}-openbsd/openssl - @mkdir ${DESTDIR}/usr/include/openssl @ln -sf openssl ${DESTDIR}/usr/include/ssl @echo installing ${LFILES} @for i in ${LFILES}; do \