projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa57af8
)
Use $(PERL) not perl in Win32 Makefile
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 26 Jan 2007 17:01:47 +0000
(17:01 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 26 Jan 2007 17:01:47 +0000
(17:01 +0000)
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index 0b99f7204635c13e2ae3e729acf7ed01c726d10b..3f326ed96976a523ecd51bcf8189eb97601d720d 100644
(file)
--- a/
util/pl/VC-32.pl
+++ b/
util/pl/VC-32.pl
@@
-216,7
+216,7
@@
sub do_rlink_rule
$ret.="\t\$(MKCANISTER) $target <<\n";
$ret.="INPUT($files)\n<<\n";
$ret.="\t\$(FIPS_SHA1_EXE) $target > ${target}.sha1\n";
- $ret.="\t
perl
util${o}copy.pl -stripcr fips-1.0${o}fips_premain.c \$(LIB_D)${o}fips_premain.c\n";
+ $ret.="\t
\$(PERL)
util${o}copy.pl -stripcr fips-1.0${o}fips_premain.c \$(LIB_D)${o}fips_premain.c\n";
$ret.="\t\$(CP) fips-1.0${o}fips_premain.c.sha1 \$(LIB_D)${o}fips_premain.c.sha1\n";
$ret.="\n";
return($ret);