summaryrefslogtreecommitdiffstats
path: root/util/pl/unix.pl
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-02-28 12:24:49 -0500
committerRich Salz <rsalz@openssl.org>2016-02-28 14:35:55 -0500
commit31ba0e17585bd16e089afa3a44979ccd9561182a (patch)
treeca3942d07fd06080ac595a0f373d3f100fc15c25 /util/pl/unix.pl
parent412bafdcf5621603e91c862025be4c0f1d38bd81 (diff)
Fix mk1mf build
Removing certs broke the mk1mf build. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util/pl/unix.pl')
-rw-r--r--util/pl/unix.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/util/pl/unix.pl b/util/pl/unix.pl
index 59767b4a6d..09f74865a7 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -190,11 +190,7 @@ sub do_rehash_rule {
my ($target, $deps) = @_;
my $ret = <<"EOF";
$target: $deps
- (OPENSSL="`pwd`/util/opensslwrap.sh"; \\
- OPENSSL_DEBUG_MEMORY=on; \\
- export OPENSSL OPENSSL_DEBUG_MEMORY; \\
- \$(PERL) \$(BIN_D)${o}c_rehash certs/demo; \\
- touch $target)
+ touch $target
EOF
return $ret
}