X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2FMakefile;h=ef4f724f169869dbefd7723d14d381227ba0a85d;hp=b6e3f9424b63feb81c3ee121cd286c440bd34a7a;hb=c20276e4aef1e716980589c43cf9276abc7ff2b7;hpb=0b6f3c66cddf047933b8ff77c4f8a3e706e93aa6 diff --git a/crypto/Makefile b/crypto/Makefile index b6e3f9424b..ef4f724f16 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -135,6 +135,7 @@ clean: dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new mv -f Makefile.new $(MAKEFILE) + rm -f opensslconf.h @target=dclean; $(RECURSIVE_MAKE) # DO NOT DELETE THIS LINE -- make depend depends on it.