From fc4316e3b5cc0f86e912a9c89f4d3a3c9af7b7e4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 26 Jul 2007 11:04:54 +0200 Subject: [PATCH] Moved the rule for cf/library to lib/Makefile and the default empty rule for extras to build/Maketop. --- build/Maketop | 3 +++ lib/Makefile | 1 + 2 files changed, 4 insertions(+) diff --git a/build/Maketop b/build/Maketop index e984f204..33ee0ce9 100644 --- a/build/Maketop +++ b/build/Maketop @@ -68,6 +68,9 @@ distclean:: clean testclean:: rm -f `find obj -name "*.test"` +# Extra default rules (appended to by submakefiles) +extras:: + # Relative symlinks and other pathname manipulation macros empty:= space:=$(empty) $(empty) diff --git a/lib/Makefile b/lib/Makefile index a4c53f67..c02a33fa 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,7 @@ # Makefile for the UCW Library (c) 1997--2006 Martin Mares DIRS+=lib +CONFIGS+=library ifdef CONFIG_UCW_DBTOOL PROGS+=$(o)/lib/db-tool -- 2.39.2