diff options
author | Richard Levitte <levitte@openssl.org> | 2002-06-27 16:39:25 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-06-27 16:39:25 +0000 |
commit | 17085b022caf5975d3288cfdcd071826a7140735 (patch) | |
tree | 17ae6a0203600b100bb62d28dfa6989199613fff /crypto/pkcs7/Makefile.ssl | |
parent | 4367eb8706605b978d9d8b31ecba20c13f6e08e6 (diff) | |
download | openssl-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/pkcs7/Makefile.ssl')
-rw-r--r-- | crypto/pkcs7/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs7/Makefile.ssl b/crypto/pkcs7/Makefile.ssl index 2e58c66842..983b90d5dd 100644 --- a/crypto/pkcs7/Makefile.ssl +++ b/crypto/pkcs7/Makefile.ssl @@ -89,7 +89,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 |