From 7c042349815db6d349586fda9fdcb99460a01e35 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Tue, 13 Jan 1998 12:24:28 +0000 Subject: [PATCH] [project @ 1998-01-13 12:24:28 by simonm] Don't include .depend if FAST is defined. This means that gmake <blah> FAST=YES is equivalent to the old fastmake. --- mk/boilerplate.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk index c8cd897a182f..0f78b67daaaf 100644 --- a/mk/boilerplate.mk +++ b/mk/boilerplate.mk @@ -53,6 +53,8 @@ include $(TOP)/mk/suffix.mk # (Optional) build-specific configuration # +ifndef FAST -include .depend +endif # The dependencies file from the current directory -- GitLab