Commit beece1bf39fc43ec0f0021c5e31fcd29ae8ba01e

David Turner 2000-09-19T18:33:20

small update, allow CONFIG_MK to be pre-defined before inclusion

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/builds/toplevel.mk b/builds/toplevel.mk
index d353b4c..c9f9cc6 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