diff options
author | ulf <ulf> | 1999-04-01 12:33:31 +0000 |
---|---|---|
committer | ulf <ulf> | 1999-04-01 12:33:31 +0000 |
commit | b11f2e4b08bd23825599187f5cdfdd5748623694 (patch) | |
tree | 566e059552c91d3e5ab79b316b0f8b8253dfe386 /crypto/rc2/Makefile.ssl | |
parent | 8c4ceec5001af803c2165a8640dff3a89a95247a (diff) | |
download | openssl-b11f2e4b08bd23825599187f5cdfdd5748623694.tar.gz |
New Makefile variables $(RANLIB) and $(PERL).
Diffstat (limited to 'crypto/rc2/Makefile.ssl')
-rw-r--r-- | crypto/rc2/Makefile.ssl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/rc2/Makefile.ssl b/crypto/rc2/Makefile.ssl index 9eecdfbc8..81feadd52 100644 --- a/crypto/rc2/Makefile.ssl +++ b/crypto/rc2/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: |