diff options
author | Bodo Möller <bodo@openssl.org> | 1999-04-28 22:33:54 +0000 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-04-28 22:33:54 +0000 |
commit | 6e6acfd4b92b089661096617de0230c07254c7fa (patch) | |
tree | 43e2a7ad3fd9a43f49e4c76a267a44da20b09f8e /crypto/idea/Makefile.ssl | |
parent | dd500770e25a112b16e80f02e7e5ebade0965e5b (diff) | |
download | openssl-new-6e6acfd4b92b089661096617de0230c07254c7fa.tar.gz |
Use util/mklink.pl instead of util/mklink.sh.
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'crypto/idea/Makefile.ssl')
-rw-r--r-- | crypto/idea/Makefile.ssl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/idea/Makefile.ssl b/crypto/idea/Makefile.ssl index a61defe6f5..e996908e32 100644 --- a/crypto/idea/Makefile.ssl +++ b/crypto/idea/Makefile.ssl @@ -45,9 +45,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) install: @for i in $(EXHEADER) ; \ |