summaryrefslogtreecommitdiff
path: root/crypto/bf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-27 16:39:25 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-27 16:39:25 +0000
commit17085b022caf5975d3288cfdcd071826a7140735 (patch)
tree17ae6a0203600b100bb62d28dfa6989199613fff /crypto/bf
parent4367eb8706605b978d9d8b31ecba20c13f6e08e6 (diff)
downloadopenssl-new-17085b022caf5975d3288cfdcd071826a7140735.tar.gz
Pass CFLAG to dependency makers, so non-standard system include paths are
handled properly. Part of PR 75
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bf/Makefile.ssl b/crypto/bf/Makefile.ssl
index 1b1cb8842f..983319264c 100644
--- a/crypto/bf/Makefile.ssl
+++ b/crypto/bf/Makefile.ssl
@@ -96,7 +96,7 @@ lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
depend:
- $(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