X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fmd4%2FMakefile;h=e6f1e4478c048d2f05eb3016d9bec0ed3393510c;hb=1566497495b30054453b05d275c01d6db5211e2a;hp=ef97bb0cbef082a3a31b84845e4c07ebdcbd1656;hpb=15ac971681bb81b9ab36383eb7014449ad190f9a;p=openssl.git diff --git a/crypto/md4/Makefile b/crypto/md4/Makefile index ef97bb0cbe..e6f1e4478c 100644 --- a/crypto/md4/Makefile +++ b/crypto/md4/Makefile @@ -69,15 +69,18 @@ depend: dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new mv -f Makefile.new $(MAKEFILE) + rm -f ../../include/openssl/$(EXHEADER) ../../test/$(TEST) ../../apps/$(APPS) clean: rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff # DO NOT DELETE THIS LINE -- make depend depends on it. -md4_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/md4.h -md4_dgst.o: ../../include/openssl/opensslconf.h -md4_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md4_dgst.c +md4_dgst.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +md4_dgst.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h +md4_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h +md4_dgst.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h +md4_dgst.o: ../../include/openssl/symhacks.h ../md32_common.h md4_dgst.c md4_dgst.o: md4_locl.h md4_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h md4_one.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h