From ca55c617e50706e56868c81f6e894bda4cc39763 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 27 Jun 2002 16:44:52 +0000 Subject: Pass CFLAG to dependency makers, so non-standard system include paths are handled properly. Part of PR 75 --- crypto/txt_db/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/txt_db/Makefile.ssl') diff --git a/crypto/txt_db/Makefile.ssl b/crypto/txt_db/Makefile.ssl index f681065da3..ca5e678f09 100644 --- a/crypto/txt_db/Makefile.ssl +++ b/crypto/txt_db/Makefile.ssl @@ -68,7 +68,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 -- cgit v1.2.3