]> mj.ucw.cz Git - libucw.git/commitdiff
Moved the `custom cf' rule from Makebottom to the top-level Makefile.
authorMartin Mares <mj@ucw.cz>
Sun, 25 May 2008 16:36:10 +0000 (18:36 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 25 May 2008 16:36:10 +0000 (18:36 +0200)
(It is too intimately tied to Sherlock.)

build/Makebottom

index b6f716eab6d5ad98ad380c2d4735a2c6ac3b4924..a6a4ac63ce13400e7acbfc661f293ef991fd1a0a 100644 (file)
@@ -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