diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-21 09:00:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:03 -0500 |
commit | ba7f46418e939c5eeaca3e8b4f66d342df77c8a0 (patch) | |
tree | 9cc47d0d1692aa330211a69033703e2f085a2da3 /source4 | |
parent | 4870c0dd00135a059ad49b40c68285707ad5ecaa (diff) | |
download | samba-ba7f46418e939c5eeaca3e8b4f66d342df77c8a0.tar.gz samba-ba7f46418e939c5eeaca3e8b4f66d342df77c8a0.tar.bz2 samba-ba7f46418e939c5eeaca3e8b4f66d342df77c8a0.zip |
r25269: this doesn't fix the problems with BSD make completely...
metze
(This used to be commit 869c30abb660d00fdf7e049f69a8e4312d86a50c)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/config.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 7ab28cb75f..d66c958fc0 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -123,16 +123,12 @@ 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) \ |