summaryrefslogtreecommitdiffstats
path: root/crypto/dso/Makefile.ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-27 16:44:52 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-27 16:44:52 +0000
commitca55c617e50706e56868c81f6e894bda4cc39763 (patch)
tree0cf71c72ece40329e19389b524e41640c1a0bb79 /crypto/dso/Makefile.ssl
parent9063e375e8429bc5958e8e344da9be5b3de17976 (diff)
Pass CFLAG to dependency makers, so non-standard system include paths are
handled properly. Part of PR 75
Diffstat (limited to 'crypto/dso/Makefile.ssl')
-rw-r--r--crypto/dso/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dso/Makefile.ssl b/crypto/dso/Makefile.ssl
index c47ca2d78c..f4248aa60c 100644
--- a/crypto/dso/Makefile.ssl
+++ b/crypto/dso/Makefile.ssl
@@ -70,7 +70,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