diff options
author | Ulf Möller <ulf@openssl.org> | 1999-04-01 14:34:33 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-04-01 14:34:33 +0200 |
commit | 99aab1619f02b184f140150c72276bf55716cc42 (patch) | |
tree | 4a242345579d7fddff7371432170b6081a3cfd8f /util/sep_lib.sh | |
parent | pre-0.9.3 development version. (diff) | |
download | openssl-99aab1619f02b184f140150c72276bf55716cc42.tar.xz openssl-99aab1619f02b184f140150c72276bf55716cc42.zip |
New Makefile variables $(RANLIB) and $(PERL).
Diffstat (limited to 'util/sep_lib.sh')
-rwxr-xr-x | util/sep_lib.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/sep_lib.sh b/util/sep_lib.sh index 2348db874e..34c2c9f8ba 100755 --- a/util/sep_lib.sh +++ b/util/sep_lib.sh @@ -21,9 +21,6 @@ do /bin/rm -f *.old /bin/mv Makefile.uni Makefile - cp $cwd/util/ranlib.sh . - chmod +x ranlib.sh - if [ -d asm ]; then mkdir asm/perlasm cp $cwd/crypto/perlasm/*.pl asm/perlasm |