X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=rsaref%2FMakefile.ssl;h=18179ea8c943c1699f651ac52af6a827c4abf764;hb=b30ff644ad8c353af4dd5cd4a4f9470c01e12107;hp=920c4a385522a25ae4277689e0f8ec1202c10e13;hpb=6f93539970fe8c07f7f68f7b2370f79abf78dcbb;p=openssl.git diff --git a/rsaref/Makefile.ssl b/rsaref/Makefile.ssl index 920c4a3855..18179ea8c9 100644 --- a/rsaref/Makefile.ssl +++ b/rsaref/Makefile.ssl @@ -39,18 +39,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: @@ -72,23 +71,23 @@ 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: $(ERRC).c $(ERRC).c: $(ERR).err - perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h - perl ../crypto/err/err_genc.pl -s $(ERR).h $(ERRC).c + $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h + $(PERL) ../crypto/err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. -rsar_err.o: ../crypto/crypto.h ../include/bn.h ../include/err.h -rsar_err.o: ../include/rsa.h ../include/stack.h rsaref.h -rsaref.o: ../crypto/cryptlib.h ../crypto/crypto.h ../include/bio.h -rsaref.o: ../include/bn.h ../include/buffer.h ../include/e_os.h -rsaref.o: ../include/err.h ../include/rand.h ../include/rsa.h +rsar_err.o: ../crypto/crypto.h ../crypto/opensslv.h ../include/bn.h +rsar_err.o: ../include/err.h ../include/rsa.h ../include/stack.h rsaref.h +rsaref.o: ../crypto/cryptlib.h ../crypto/crypto.h ../crypto/opensslv.h +rsaref.o: ../include/bio.h ../include/bn.h ../include/buffer.h +rsaref.o: ../include/e_os.h ../include/err.h ../include/rand.h ../include/rsa.h rsaref.o: ../include/stack.h rsaref.h