summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-18 00:13:46 -0500
committerRich Salz <rsalz@openssl.org>2014-12-18 00:13:46 -0500
commit040b60f6fa50de325ecace8a6a06e02485942d94 (patch)
treebb5018854944dadab23ad89e36df9238a2c91539 /apps
parentb317819b2e74f1f84925695596aa3c7487a2264d (diff)
Fix yet anoither 'make clean' breakage.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
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)