diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-20 14:36:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:01 -0500 |
commit | a3c1115e2008523af477e020708246bb4817d9f4 (patch) | |
tree | 56ace9248907309abdc1ce623ad0f8e359a96fb8 | |
parent | 21dd06471ba882bf0ba475d7f45e42876792093b (diff) | |
download | samba-a3c1115e2008523af477e020708246bb4817d9f4.tar.gz samba-a3c1115e2008523af477e020708246bb4817d9f4.tar.bz2 samba-a3c1115e2008523af477e020708246bb4817d9f4.zip |
r25259: try to work arround the build failures on OpenBSD 3.7
metze
(This used to be commit 5679e7d824d8a814b6cbc39855bb30086aad7b6c)
-rw-r--r-- | source4/lib/ldb/config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index d66c958fc0..7ab28cb75f 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -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) \ |