X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Ferr%2FMakefile.ssl;h=9cf90c11ab15707d1a551aad1e198152b9afe8d7;hb=99aab1619f02b184f140150c72276bf55716cc42;hp=6fcc07c121906de1f9d91f938169b89433778981;hpb=6b01fa64904749537db5dcf948a9a094d63cfc16;p=openssl.git diff --git a/crypto/err/Makefile.ssl b/crypto/err/Makefile.ssl index 6fcc07c121..9cf90c11ab 100644 --- a/crypto/err/Makefile.ssl +++ b/crypto/err/Makefile.ssl @@ -37,11 +37,11 @@ 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: @$(TOP)/util/point.sh Makefile.ssl Makefile @@ -68,7 +68,7 @@ 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: