From 48032446a6123140546a1447aaa67b3cefcd138c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 23 Aug 2006 01:13:40 +0000 Subject: r17731: try to cope with freebsd handling of .a dependencies (This used to be commit 1ad1d5f37e0915e5e477b99ef16fc82a01b82708) --- source4/lib/ldb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 293c260c6a..b3901a1216 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -61,7 +61,7 @@ EXAMPLES = examples/ldbreader examples/ldifreader DIRS = lib bin common ldb_tdb ldb_ldap ldb_sqlite3 modules tools examples tdb talloc -all: dirs $(OBJS) $(BINS) $(LIBS) $(EXAMPLES) manpages doxygen +all: dirs $(OBJS) $(LIBS) $(BINS) $(EXAMPLES) manpages doxygen .c.o: @echo Compiling $*.c -- cgit