diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-08-23 01:13:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:33 -0500 |
commit | 48032446a6123140546a1447aaa67b3cefcd138c (patch) | |
tree | 12a22a31ba277067a6364691e31dffe8bf59536e /source4/lib/ldb | |
parent | 99309fac5c924ef467e7518a2deb521bf34ffa72 (diff) | |
download | samba-48032446a6123140546a1447aaa67b3cefcd138c.tar.gz samba-48032446a6123140546a1447aaa67b3cefcd138c.tar.bz2 samba-48032446a6123140546a1447aaa67b3cefcd138c.zip |
r17731: try to cope with freebsd handling of .a dependencies
(This used to be commit 1ad1d5f37e0915e5e477b99ef16fc82a01b82708)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |