diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/src/Configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/Configure b/src/lib/libssl/src/Configure index f535fdef63..0976f41f8d 100644 --- a/src/lib/libssl/src/Configure +++ b/src/lib/libssl/src/Configure | |||
| @@ -1425,7 +1425,7 @@ if($IsWindows) { | |||
| 1425 | EOF | 1425 | EOF |
| 1426 | close(OUT); | 1426 | close(OUT); |
| 1427 | } else { | 1427 | } else { |
| 1428 | (system "make -f Makefile.ssl PERL=\'$perl\' SHELL=/bin/sh links") == 0 or exit $? | 1428 | (system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $? |
| 1429 | if $symlink; | 1429 | if $symlink; |
| 1430 | ### (system 'make depend') == 0 or exit $? if $depflags ne ""; | 1430 | ### (system 'make depend') == 0 or exit $? if $depflags ne ""; |
| 1431 | # Run "make depend" manually if you want to be able to delete | 1431 | # Run "make depend" manually if you want to be able to delete |
