Now that Configure doesn't produce tools/c_rehash, mk1mf has to do it
[openssl.git] / util / pl / BC-32.pl
index 3b2b85469c4677e516566d8d84268415719d73db..36ad6823be90edd68eb82be65ac4fb80c91c91f9 100644 (file)
@@ -100,7 +100,8 @@ sub do_rehash_rule {
 $target: $deps
        set OPENSSL=\$(BIN_D)${o}openssl.exe
        set OPENSSL_DEBUG_MEMORY=on
-       \$(PERL) tools/c_rehash certs/demo
+       \$(PERL) \$(BIN_D)${o}c_rehash certs/demo
+       echo off > $target
 EOF
     return $ret
 }