summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-28 22:33:54 +0000
committerBodo Möller <bodo@openssl.org>1999-04-28 22:33:54 +0000
commit6e6acfd4b92b089661096617de0230c07254c7fa (patch)
tree43e2a7ad3fd9a43f49e4c76a267a44da20b09f8e /Makefile.org
parentdd500770e25a112b16e80f02e7e5ebade0965e5b (diff)
Use util/mklink.pl instead of util/mklink.sh.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index f038d57331..ad8351fa7f 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -239,7 +239,7 @@ files:
links:
@$(TOP)/util/point.sh Makefile.ssl Makefile
@-mkdir -p include/openssl 2>/dev/null
- @$(TOP)/util/mklink.sh include/openssl $(EXHEADER)
+ @$(TOP)/util/mklink.pl include/openssl $(EXHEADER)
@for i in $(DIRS); do \
(cd $$i && echo "making links in $$i..." && \
$(MAKE) CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='${CFLAG}' SDIRS='$(SDIRS)' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' links ) || exit 1; \