X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Ferr%2FMakefile.ssl;h=337f8739fc2b7499c85347bdd8025bbc2c92bda5;hp=d7d163e5366360c398cbcd9a4ba4a1e6ceaf33ca;hb=a8da89186c447932b9f5abced708330a3bff313b;hpb=59ff7134625d24322cbf998470a80195a543fb4e diff --git a/crypto/err/Makefile.ssl b/crypto/err/Makefile.ssl index d7d163e536..337f8739fc 100644 --- a/crypto/err/Makefile.ssl +++ b/crypto/err/Makefile.ssl @@ -37,18 +37,17 @@ all: lib lib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) - sh $(TOP)/util/ranlib.sh $(LIB) + $(RANLIB) $(LIB) @touch lib files: - perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO + $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO links: - /bin/rm -f Makefile - $(TOP)/util/point.sh Makefile.ssl Makefile ; - $(TOP)/util/mklink.sh ../../include $(EXHEADER) - $(TOP)/util/mklink.sh ../../test $(TEST) - $(TOP)/util/mklink.sh ../../apps $(APPS) + @$(TOP)/util/point.sh Makefile.ssl Makefile + @$(TOP)/util/mklink.sh ../../include $(EXHEADER) + @$(TOP)/util/mklink.sh ../../test $(TEST) + @$(TOP)/util/mklink.sh ../../apps $(APPS) install: @for i in $(EXHEADER) ; \ @@ -69,11 +68,11 @@ depend: $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC) dclean: - perl -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new + $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new mv -f Makefile.new $(MAKEFILE) clean: - /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff + rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff errors: @@ -81,17 +80,18 @@ errors: err.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h err.o: ../../include/lhash.h ../../include/stack.h ../cryptlib.h ../crypto.h -err.o: err.h +err.o: ../opensslv.h err.h err_all.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h err_all.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h err_all.o: ../../include/conf.h ../../include/des.h ../../include/dh.h err_all.o: ../../include/dsa.h ../../include/evp.h ../../include/idea.h err_all.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h err_all.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem2.h -err_all.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h -err_all.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h -err_all.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h -err_all.o: ../../include/x509_vfy.h ../../include/x509v3.h ../crypto.h err.h +err_all.o: ../../include/pkcs12.h ../../include/pkcs7.h ../../include/rc2.h +err_all.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +err_all.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +err_all.o: ../../include/x509.h ../../include/x509_vfy.h ../../include/x509v3.h +err_all.o: ../crypto.h ../opensslv.h err.h err_prn.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h err_prn.o: ../../include/lhash.h ../../include/stack.h ../cryptlib.h -err_prn.o: ../crypto.h err.h +err_prn.o: ../crypto.h ../opensslv.h err.h