RFC5753 compliance.
[openssl.git] / util / pl / unix.pl
index 528d4d0e4ffe0e62fba004aff1220ab24bc442a1..c1fa1ffb8854e0535a19964cae86a77f6becb9a0 100644 (file)
@@ -193,7 +193,8 @@ $target: $deps
        (OPENSSL="`pwd`/util/opensslwrap.sh"; \\
        OPENSSL_DEBUG_MEMORY=on; \\
        export OPENSSL OPENSSL_DEBUG_MEMORY; \\
-       \$(PERL) tools/c_rehash certs/demo)
+       \$(PERL) tools/c_rehash certs/demo; \\
+       touch $target)
 EOF
     return $ret
 }