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

metze at samba.org metze at samba.org
Thu Sep 20 14:36:14 GMT 2007


Author: metze
Date: 2007-09-20 14:36:11 +0000 (Thu, 20 Sep 2007)
New Revision: 25259

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

Log:
try to work arround the build failures on OpenBSD 3.7

metze
Modified:
   branches/SAMBA_4_0/source/lib/ldb/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/config.mk	2007-09-20 12:42:15 UTC (rev 25258)
+++ branches/SAMBA_4_0/source/lib/ldb/config.mk	2007-09-20 14:36:11 UTC (rev 25259)
@@ -123,12 +123,16 @@
 # End MODULE ldb_tdb
 ################################################
 
+lib/ldb/common/ldb_modules.o: ./lib/ldb/common/ldb_modules.o
+
 ./lib/ldb/common/ldb_modules.o: lib/ldb/common/ldb_modules.c Makefile
 	@echo Compiling $<
 	@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) \
 	-DSHLIBEXT=\"$(SHLIBEXT)\" \
 	-c $(FIRST_PREREQ) -o $@
 
+lib/ldb/common/ldb.o: ./lib/ldb/common/ldb.o
+
 ./lib/ldb/common/ldb.o: lib/ldb/common/ldb.c Makefile
 	@echo Compiling $<
 	@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) \



More information about the samba-cvs mailing list