From f3d249db8ca8d016e1fe053419949922620c7654 Mon Sep 17 00:00:00 2001 From: markus <> Date: Fri, 30 Aug 2002 15:08:11 +0000 Subject: make clean should not depend on prereq; ok fries@ --- src/lib/libssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index c771ea8b6f..3752563fc2 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,5 +1,5 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile,v 1.11 2002/08/30 10:24:16 markus Exp $ +# $OpenBSD: Makefile,v 1.12 2002/08/30 15:08:11 markus Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -1018,7 +1018,7 @@ ${.OBJDIR}/${SSL_SRC}/Makefile.org: ${.CURDIR}/${SSL_SRC}/Makefile.org .if ${.OBJDIR} == ${.CURDIR} -clean: prereq +clean: @cd ${.OBJDIR}/crypto && ${MAKE} clean @cd ${.OBJDIR}/ssl && ${MAKE} clean @rm -f ${MUNGEDFILES} -- cgit v1.2.3-55-g6feb