diff options
| author | markus <> | 2003-11-11 21:22:16 +0000 |
|---|---|---|
| committer | markus <> | 2003-11-11 21:22:16 +0000 |
| commit | fd84abe5019daf5a6869e1d12702e3e11b7a81bc (patch) | |
| tree | 03feb4834f445bfefefaf10e53418c5bb708c9c0 /src/lib/libcrypto/util/pl | |
| parent | 9cea7b85baecb1a02a3ea617de73d9693a9792eb (diff) | |
| download | openbsd-fd84abe5019daf5a6869e1d12702e3e11b7a81bc.tar.gz openbsd-fd84abe5019daf5a6869e1d12702e3e11b7a81bc.tar.bz2 openbsd-fd84abe5019daf5a6869e1d12702e3e11b7a81bc.zip | |
import 0.9.7c
Diffstat (limited to 'src/lib/libcrypto/util/pl')
| -rw-r--r-- | src/lib/libcrypto/util/pl/Mingw32.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/util/pl/Mingw32.pl b/src/lib/libcrypto/util/pl/Mingw32.pl index 043a3a53ee..4bee638c4a 100644 --- a/src/lib/libcrypto/util/pl/Mingw32.pl +++ b/src/lib/libcrypto/util/pl/Mingw32.pl | |||
| @@ -85,7 +85,7 @@ sub do_lib_rule | |||
| 85 | ($Name=$name) =~ tr/a-z/A-Z/; | 85 | ($Name=$name) =~ tr/a-z/A-Z/; |
| 86 | 86 | ||
| 87 | $ret.="$target: \$(${Name}OBJ)\n"; | 87 | $ret.="$target: \$(${Name}OBJ)\n"; |
| 88 | $ret.="\t\$(RM) $target\n"; | 88 | $ret.="\tif exist $target \$(RM) $target\n"; |
| 89 | $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n"; | 89 | $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n"; |
| 90 | $ret.="\t\$(RANLIB) $target\n\n"; | 90 | $ret.="\t\$(RANLIB) $target\n\n"; |
| 91 | } | 91 | } |
