From c4e83e8efc5caa91a670692eccb5778147e00741 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 22 Aug 2006 03:47:32 +0000 Subject: r17687: remove circular dependency (This used to be commit b12fd256ff827f45f24c56edbc6f44248ba9b9a3) --- source4/lib/ldb/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index d3766962d3..b22a82a24e 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -91,8 +91,8 @@ all: dirs $(BINS) $(LIBS) $(EXAMPLES) $(MANPAGES) doxygen @mkdir -p `dirname $@` @$(CC) $(CFLAGS) -c $< -o $@ -dirs: $(DIRS) - mkdir -p $(DIRS) +dirs: + @mkdir -p $(DIRS) lib/libldb.a: $(OBJS) -- cgit