Skip to content
Snippets Groups Projects
Commit 7c042349 authored by Simon Marlow's avatar Simon Marlow
Browse files

[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.
parent fbf2e168
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment