From: Martin Mares Date: Mon, 3 Nov 2008 22:42:38 +0000 (+0100) Subject: Build system: By default, we use `etc' instead of `cf' as a CONFIG_DIR. X-Git-Tag: holmes-import~205 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d72dfb6efe3005e9b6c06bbeb4b0497f3c49d810;p=libucw.git Build system: By default, we use `etc' instead of `cf' as a CONFIG_DIR. Sherlock however overrides this back to `cf' for backward compatibility. --- 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