From: simonm Date: Tue, 13 Jan 1998 12:24:28 +0000 (+0000) Subject: [project @ 1998-01-13 12:24:28 by simonm] X-Git-Tag: Approx_2487_patches~1096 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7c042349815db6d349586fda9fdcb99460a01e35 [project @ 1998-01-13 12:24:28 by simonm] Don't include .depend if FAST is defined. This means that gmake FAST=YES is equivalent to the old fastmake. --- diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk index c8cd897..0f78b67 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