Fix yet anoither 'make clean' breakage.
authorRich Salz <rsalz@openssl.org>
Thu, 18 Dec 2014 05:13:46 +0000 (00:13 -0500)
committerRich Salz <rsalz@openssl.org>
Thu, 18 Dec 2014 05:13:46 +0000 (00:13 -0500)
Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/Makefile

index a952a85aa7312569d00c09c30e65ff54d4345622..76fa21b24504d4eefdf192d642e9f53152d02b14 100644 (file)
@@ -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)