From 6787cde5d11aa6027937d0c2144ad8cadbba0cfc Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 21 Nov 2008 20:30:04 +0100 Subject: [PATCH] Use CONFIG_DIR in the source tree, too. This breaks the stand-alone libucw, but I will fix it in a moment. --- build/Makebottom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makebottom b/build/Makebottom index 76a3331b..12b2d555 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -42,7 +42,7 @@ force: # Rules for configuration files -run/$(CONFIG_DIR)/%: $(s)/cf/% $(o)/config.mk $(BUILDSYS)/genconf +run/$(CONFIG_DIR)/%: $(s)/$(CONFIG_DIR)/% $(o)/config.mk $(BUILDSYS)/genconf $(M)CF $< $(Q)$(BUILDSYS)/genconf $< $@ $(o)/config.mk -- 2.39.2