Commit 04d42270 authored by Bernd Edlinger's avatar Bernd Edlinger Committed by Rich Salz
Browse files

Add a make distclean rule in the OpenSSL_1_0_2 branch

parent 62cd6a83
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -424,6 +424,14 @@ clean: libclean
	rm -fr $$i/*; \
	done

distclean: clean
	-$(RM) `find . -name .git -prune -o -type l -print`
	$(RM) apps/CA.pl
	$(RM) test/evptests.txt test/newkey.pem test/testkey.pem test/testreq.pem
	$(RM) tools/c_rehash
	$(RM) crypto/opensslconf.h
	$(RM) Makefile Makefile.bak

makefile.one: files
	$(PERL) util/mk1mf.pl >makefile.one; \
	sh util/do_ms.sh