summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-12-18 19:02:22 +0000
committerAndy Polyakov <appro@openssl.org>2005-12-18 19:02:22 +0000
commit99237262d4913278df4f8ba8533a58d2f40127a6 (patch)
tree0c192f6a1a46322c2c9493b6c34f99e6b68a8f82 /crypto/ecdsa
parent29982dfd15d36099961bf484366fb8bbea8c3017 (diff)
Missing CFLAG in couple of depend: targets [from HEAD].
PR: 1247 Submitted by: Doug Kaufman
Diffstat (limited to 'crypto/ecdsa')
-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