From: Rich Salz Date: Thu, 18 Dec 2014 05:13:46 +0000 (-0500) Subject: Fix yet anoither 'make clean' breakage. X-Git-Tag: master-post-reformat~133 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=040b60f6fa50de325ecace8a6a06e02485942d94 Fix yet anoither 'make clean' breakage. Reviewed-by: Tim Hudson --- diff --git a/apps/Makefile b/apps/Makefile index a952a85aa7..76fa21b245 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -140,7 +140,7 @@ dclean: clean: rm -f *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff $(EXE) - rm -f req CA.pl + rm -f req $(DLIBSSL): (cd ..; $(MAKE) DIRS=ssl all)