diff options
Diffstat (limited to 'util/pl/unix.pl')
-rw-r--r-- | util/pl/unix.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pl/unix.pl b/util/pl/unix.pl index c1fa1ffb88..c1b2c26cf9 100644 --- a/util/pl/unix.pl +++ b/util/pl/unix.pl @@ -193,7 +193,7 @@ $target: $deps (OPENSSL="`pwd`/util/opensslwrap.sh"; \\ OPENSSL_DEBUG_MEMORY=on; \\ export OPENSSL OPENSSL_DEBUG_MEMORY; \\ - \$(PERL) tools/c_rehash certs/demo; \\ + \$(PERL) \$(BIN_D)${o}c_rehash certs/demo; \\ touch $target) EOF return $ret |