From 307bf53d7b9f1d9e1ea1f4b281bd2ae624cce60b Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Fri, 30 Aug 2002 15:08:12 +0000 Subject: make clean should not depend on prereq; ok fries@ --- lib/libssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libssl/Makefile') diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile index c771ea8b6f4..3752563fc21 100644 --- a/lib/libssl/Makefile +++ b/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