From: Martin Mares Date: Sun, 25 May 2008 16:36:10 +0000 (+0200) Subject: Moved the `custom cf' rule from Makebottom to the top-level Makefile. X-Git-Tag: holmes-import~447 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=390de0af97e8d229a5cbb672e7b91f57419a263c;p=libucw.git Moved the `custom cf' rule from Makebottom to the top-level Makefile. (It is too intimately tied to Sherlock.) --- diff --git a/build/Makebottom b/build/Makebottom index b6f716ea..a6a4ac63 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -39,10 +39,6 @@ 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