r25259: try to work arround the build failures on OpenBSD 3.7
authorStefan Metzmacher <metze@samba.org>
Thu, 20 Sep 2007 14:36:11 +0000 (14:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:07:01 +0000 (15:07 -0500)
metze
(This used to be commit 5679e7d824d8a814b6cbc39855bb30086aad7b6c)

source4/lib/ldb/config.mk

index d66c958fc0eb9adb9bd88edcf3ca31988bbb6bd5..7ab28cb75fcd52b1571ad6d18902661797d0103f 100644 (file)
@@ -123,12 +123,16 @@ PRIVATE_DEPENDENCIES = \
 # 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) \