From 4e02effbbcaaa4c3082d23741e8b4c703b29985b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 25 May 2008 19:39:47 +0200 Subject: [PATCH] Synchronized with current libucw. --- TODO | 1 - build/Makebottom | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/TODO b/TODO index a9eed88..8f207f6 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ New directory layout ~~~~~~~~~~~~~~~~~~~~ mop/ and public/ are broken -sync with main libucw repo Evaluator ~~~~~~~~~ diff --git a/build/Makebottom b/build/Makebottom index 90ff8c6..bf9a49e 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -39,15 +39,11 @@ force: # Rules for configuration files -run/cf/%: custom/cf/% $(o)/config.mk $(s)/build/genconf - $(M)CF $< - $(Q)$(s)/build/genconf $< $@ $(o)/config.mk - run/cf/%: $(s)/cf/% $(o)/config.mk $(s)/build/genconf $(M)CF $< $(Q)$(s)/build/genconf $< $@ $(o)/config.mk -$(o)/%.cf: $(s)/%.cf +$(o)/%.cf: $(s)/%.cf $(o)/config.mk $(s)/build/genconf $(M)CF $< $(Q)$(s)/build/genconf $< $@ $(o)/config.mk $(Q)cp $@ run/cf/$(basename $(@F)) -- 2.39.2