From beece1bf39fc43ec0f0021c5e31fcd29ae8ba01e Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 19 Sep 2000 18:33:20 +0000 Subject: [PATCH] small update, allow CONFIG_MK to be pre-defined before inclusion --- builds/toplevel.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builds/toplevel.mk b/builds/toplevel.mk index d353b4c1c..c9f9cc651 100644 --- a/builds/toplevel.mk +++ b/builds/toplevel.mk @@ -28,7 +28,9 @@ .PHONY: setup +ifndef CONFIG_MK CONFIG_MK := config.mk +endif # If no configuration sub-makefile is present, or if `setup' is the target # to be built, run the auto-detection rules to figure out which