From 6e6acfd4b92b089661096617de0230c07254c7fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 28 Apr 1999 22:33:54 +0000 Subject: Use util/mklink.pl instead of util/mklink.sh. Submitted by: Reviewed by: PR: --- crypto/Makefile.ssl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crypto/Makefile.ssl') diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 5243081b10..6122415363 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -67,9 +67,9 @@ files: links: @$(TOP)/util/point.sh Makefile.ssl Makefile - @$(TOP)/util/mklink.sh ../include/openssl $(EXHEADER) - @$(TOP)/util/mklink.sh ../test $(TEST) - @$(TOP)/util/mklink.sh ../apps $(APPS) + @$(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) + @$(TOP)/util/mklink.pl ../test $(TEST) + @$(TOP)/util/mklink.pl ../apps $(APPS) @$(TOP)/util/point.sh Makefile.ssl Makefile @for i in $(SDIRS); do \ (cd $$i; echo "making links in crypto/$$i..."; \ -- cgit v1.2.3