From 040b60f6fa50de325ecace8a6a06e02485942d94 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 18 Dec 2014 00:13:46 -0500 Subject: [PATCH] Fix yet anoither 'make clean' breakage. Reviewed-by: Tim Hudson --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1