From d72dfb6efe3005e9b6c06bbeb4b0497f3c49d810 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 3 Nov 2008 23:42:38 +0100 Subject: [PATCH] Build system: By default, we use `etc' instead of `cf' as a CONFIG_DIR. Sherlock however overrides this back to `cf' for backward compatibility. --- build/Maketop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Maketop b/build/Maketop index 4058e2f2..f637d7d8 100644 --- a/build/Maketop +++ b/build/Maketop @@ -16,7 +16,7 @@ LDFLAGS=$(LOPT) $(LEXTRA) DIRS= PROGS= CONFIGS= -CONFIG_DIR=cf +CONFIG_DIR=etc TESTS= EXTRA_RUNDIRS=tmp log INSTALL_RUNDIRS=bin lib -- 2.39.2