Commit 040b60f6 authored by Rich Salz's avatar Rich Salz
Browse files

Fix yet anoither 'make clean' breakage.



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent b317819b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)