From 281c52c0548e4410e225464a30a82aac6d9ea70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Tue, 27 Apr 1999 01:41:57 +0000 Subject: Add missing DEPFLAG. --- ssl/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl') 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 -- cgit v1.2.3