From b59b6bc887184ef9e43f6a25a50e62695f89f6ce Mon Sep 17 00:00:00 2001 From: nectar Date: Tue, 18 Feb 2003 17:29:04 +0000 Subject: LIBDIR/INCLUDEDIR do not include DESTDIR. Reported by: Andrzej Tobola --- secure/lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/lib') diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index c93fc8f..dad83d7 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -206,9 +206,9 @@ INCSDIR= ${INCLUDEDIR}/openssl OLDSYMLINKS+= libdes.a libdes.so libdes.so.3 libdes_p.a afterinstall: @echo "Removing stale symlinks." - rm -f ${INCLUDEDIR}/des.h + rm -f ${DESTDIR}${INCLUDEDIR}/des.h .for symlink in ${OLDSYMLINKS} - rm -f ${LIBDIR}/${symlink} + rm -f ${DESTDIR}${LIBDIR}/${symlink} .endfor .include -- cgit v1.1