[project @ 1998-01-13 12:24:28 by simonm]
authorsimonm <unknown>
Tue, 13 Jan 1998 12:24:28 +0000 (12:24 +0000)
committersimonm <unknown>
Tue, 13 Jan 1998 12:24:28 +0000 (12:24 +0000)
Don't include .depend if FAST is defined.  This means that

gmake <blah> FAST=YES

is equivalent to the old fastmake.

mk/boilerplate.mk

index c8cd897..0f78b67 100644 (file)
@@ -53,6 +53,8 @@ include $(TOP)/mk/suffix.mk
 # (Optional) build-specific configuration
 #
 
 # (Optional) build-specific configuration
 #
 
+ifndef FAST
 -include .depend
 -include .depend
+endif
 # The dependencies file from the current directory
 
 # The dependencies file from the current directory