From: Andy Polyakov Date: Sun, 18 Dec 2005 19:02:22 +0000 (+0000) Subject: Missing CFLAG in couple of depend: targets [from HEAD]. X-Git-Tag: OpenSSL_0_9_8b~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99237262d4913278df4f8ba8533a58d2f40127a6;p=openssl Missing CFLAG in couple of depend: targets [from HEAD]. PR: 1247 Submitted by: Doug Kaufman --- diff --git a/crypto/ecdh/Makefile b/crypto/ecdh/Makefile index 735e5d6c2f..95aa69fea5 100644 --- a/crypto/ecdh/Makefile +++ b/crypto/ecdh/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 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