From: Ulf Möller Date: Tue, 27 Apr 1999 01:41:57 +0000 (+0000) Subject: Add missing DEPFLAG. X-Git-Tag: OpenSSL_0_9_3beta1~228 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=281c52c0548e4410e225464a30a82aac6d9ea70b;p=oweals%2Fopenssl.git Add missing DEPFLAG. --- diff --git a/ssl/Makefile.ssl b/ssl/Makefile.ssl index c129a9d530..5e8e8f71a9 100644 --- a/ssl/Makefile.ssl +++ b/ssl/Makefile.ssl @@ -81,7 +81,7 @@ lint: lint -DLINT $(INCLUDES) $(SRC)>fluff depend: - $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC) + $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new