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). --- test/Makefile.ssl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile.ssl b/test/Makefile.ssl index 5c030eea6a..d9a7c62b53 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -79,7 +79,7 @@ all: exe exe: $(EXE) 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 @@ -217,7 +217,7 @@ depend: $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(SRC) 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: -- cgit v1.2.3