Fix (most) WIN32 warnings and errors.
[openssl.git] / crypto / Makefile
index b6e3f9424b63feb81c3ee121cd286c440bd34a7a..ef4f724f169869dbefd7723d14d381227ba0a85d 100644 (file)
@@ -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.