Fix yet anoither 'make clean' breakage.

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Rich Salz 2014-12-18 00:13:46 -05:00
parent b317819b2e
commit 040b60f6fa

View 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)