summaryrefslogtreecommitdiffstats
path: root/util/pl/unix.pl
diff options
context:
space:
mode:
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
}