summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ecdsa/Makefile')
-rw-r--r--crypto/ecdsa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ecdsa/Makefile b/crypto/ecdsa/Makefile
index 1c2b8d4a55..16a93cd3ae 100644
--- a/crypto/ecdsa/Makefile
+++ b/crypto/ecdsa/Makefile
@@ -64,7 +64,7 @@ lint:
depend:
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
- $(MAKEDEPEND) -- $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
+ $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
dclean:
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new