From 99aab1619f02b184f140150c72276bf55716cc42 Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Thu, 1 Apr 1999 12:34:33 +0000 Subject: New Makefile variables $(RANLIB) and $(PERL). --- crypto/rc4/Makefile.ssl | 8 ++++---- crypto/rc4/Makefile.uni | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'crypto/rc4') diff --git a/crypto/rc4/Makefile.ssl b/crypto/rc4/Makefile.ssl index 61c1354216..0e4b384265 100644 --- a/crypto/rc4/Makefile.ssl +++ b/crypto/rc4/Makefile.ssl @@ -44,7 +44,7 @@ all: lib lib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) - sh $(TOP)/util/ranlib.sh $(LIB) + $(RANLIB) $(LIB) @touch lib # elf @@ -66,10 +66,10 @@ asm/rx86bsdi.o: asm/rx86unix.cpp $(CPP) -DBSDI asm/rx86unix.cpp | sed 's/ :/:/' | as -o asm/rx86bsdi.o asm/rx86unix.cpp: asm/rc4-586.pl - (cd asm; perl rc4-586.pl cpp >rx86unix.cpp) + (cd asm; $(PERL) rc4-586.pl cpp >rx86unix.cpp) 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 @@ -96,7 +96,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: diff --git a/crypto/rc4/Makefile.uni b/crypto/rc4/Makefile.uni index 79dc17b8d1..855d9e50f3 100644 --- a/crypto/rc4/Makefile.uni +++ b/crypto/rc4/Makefile.uni @@ -19,6 +19,7 @@ MAKE= make MAKEDEPEND= makedepend MAKEFILE= Makefile.uni AR= ar r +RANLIB= ranlib RC4_ENC=rc4_enc.o # or use @@ -48,7 +49,7 @@ all: $(LIB) $(TEST) $(APPS) $(LIB): $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) - sh $(TOP)/ranlib.sh $(LIB) + $(RANLIB) $(LIB) # elf asm/rx86-elf.o: asm/rx86unix.cpp -- cgit v1.2.3