Browse Source

stop deleting the openssl include directory, causing unnecessary rebuilds.

ok jca sthen
OPENBSD_5_7
tedu 9 years ago
parent
commit
e90ccb31ce
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      src/include/Makefile

+ 1
- 5
src/include/Makefile View File

@ -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 \


Loading…
Cancel
Save