aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5
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/md5
parent9063e375e8429bc5958e8e344da9be5b3de17976 (diff)
downloadopenssl-ca55c617e50706e56868c81f6e894bda4cc39763.tar.gz
Pass CFLAG to dependency makers, so non-standard system include paths are
handled properly. Part of PR 75
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/Makefile.ssl b/crypto/md5/Makefile.ssl
index fd0d63c339..0eea0e5994 100644
--- a/crypto/md5/Makefile.ssl
+++ b/crypto/md5/Makefile.ssl
@@ -118,7 +118,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