svn commit: samba r17731 - in branches/SAMBA_4_0/source/lib/ldb: .

tridge at samba.org tridge at samba.org
Wed Aug 23 01:13:41 GMT 2006


Author: tridge
Date: 2006-08-23 01:13:40 +0000 (Wed, 23 Aug 2006)
New Revision: 17731

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17731

Log:

try to cope with freebsd handling of .a dependencies

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-23 00:46:40 UTC (rev 17730)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-23 01:13:40 UTC (rev 17731)
@@ -61,7 +61,7 @@
 
 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



More information about the samba-cvs mailing list