summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/util/domd
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/util/domd')
-rwxr-xr-xcrypto/openssl/util/domd2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/util/domd b/crypto/openssl/util/domd
index 5610521..691be7a 100755
--- a/crypto/openssl/util/domd
+++ b/crypto/openssl/util/domd
@@ -26,7 +26,7 @@ if [ "$MAKEDEPEND" = "gcc" ]; then
${PERL} $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new
rm -f Makefile.tmp
else
- ${MAKEDEPEND} -D OPENSSL_DOING_MAKEDEPEND -f Makefile $@
+ ${MAKEDEPEND} -D OPENSSL_DOING_MAKEDEPEND $@
${PERL} $TOP/util/clean-depend.pl < Makefile > Makefile.new
fi
mv Makefile.new Makefile
OpenPOWER on IntegriCloud