RT3497: Clean up "dclean" targets
[openssl.git] / tools / Makefile
index bb6fb71f3eb8a78173040442643383c09a51ac9b..b50218d03e31c3a004a54bacd512655ce3aa7dd8 100644 (file)
@@ -49,10 +49,10 @@ depend:
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
        mv -f Makefile.new $(MAKEFILE)
-       rm -f c_rehash
 
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+       rm -f c_rehash
 
 errors: