diff options
| author | natano <> | 2016-09-04 09:54:25 +0000 | 
|---|---|---|
| committer | natano <> | 2016-09-04 09:54:25 +0000 | 
| commit | 594295005097c5fa227738f307e1b10e92615f44 (patch) | |
| tree | b34589b189436b97aec534cf1949f658b043065e /src/lib/libcrypto | |
| parent | ba9fad12fd24c3daddbec7cb517c6cd1203fb85a (diff) | |
| download | openbsd-594295005097c5fa227738f307e1b10e92615f44.tar.gz openbsd-594295005097c5fa227738f307e1b10e92615f44.tar.bz2 openbsd-594295005097c5fa227738f307e1b10e92615f44.zip | |
only regen pkg-config files when required; ok jasper
Diffstat (limited to 'src/lib/libcrypto')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index afe2db0cf6..9a0d7cc22f 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2016/09/03 12:42:46 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2016/09/04 09:54:25 natano Exp $ | 
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto | 
| 4 | 4 | ||
| @@ -438,12 +438,12 @@ distribution: | |||
| 438 | ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ | 438 | ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ | 
| 439 | ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf | 439 | ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf | 
| 440 | 440 | ||
| 441 | beforeinstall: | 441 | ${PC_FILES}: opensslv.h | 
| 442 | /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR} | 442 | /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR} | 
| 443 | .for p in ${PC_FILES} | 443 | |
| 444 | beforeinstall: ${PC_FILES} | ||
| 444 | ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \ | 445 | ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \ | 
| 445 | -m ${SHAREMODE} ${.OBJDIR}/$p ${DESTDIR}/usr/lib/pkgconfig/ | 446 | -m ${SHAREMODE} ${.OBJDIR}/${PC_FILES} ${DESTDIR}/usr/lib/pkgconfig/ | 
| 446 | .endfor | ||
| 447 | 447 | ||
| 448 | .include <bsd.prog.mk> | 448 | .include <bsd.prog.mk> | 
| 449 | .include <bsd.subdir.mk> | 449 | .include <bsd.subdir.mk> | 
