diff options
Diffstat (limited to 'openssl/tools/Makefile')
-rw-r--r-- | openssl/tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/tools/Makefile b/openssl/tools/Makefile index 4ca835c4a..bb6fb71f3 100644 --- a/openssl/tools/Makefile +++ b/openssl/tools/Makefile @@ -49,6 +49,7 @@ 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 |