summaryrefslogtreecommitdiff
path: root/source3/lib/tdb/Makefile.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-02-12 17:56:02 -0800
committerJeremy Allison <jra@samba.org>2008-02-12 17:56:02 -0800
commit089227e52012f307c311530f9b677cad81ef0105 (patch)
tree2c7123aa33e2c886031308889ec96453fb7ce55d /source3/lib/tdb/Makefile.in
parenta6997bb2ffbca8f38d40f2631066c23b0472e13c (diff)
parentfbe8014b650d1b104d1a7624669fa92fbc6605b8 (diff)
downloadsamba-089227e52012f307c311530f9b677cad81ef0105.tar.gz
samba-089227e52012f307c311530f9b677cad81ef0105.tar.bz2
samba-089227e52012f307c311530f9b677cad81ef0105.zip
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
(This used to be commit 5116c9d9f4bd1a523ac7a2a31b3b1552388f040f)
Diffstat (limited to 'source3/lib/tdb/Makefile.in')
-rw-r--r--source3/lib/tdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/tdb/Makefile.in b/source3/lib/tdb/Makefile.in
index e1ecbb30ec..fd36ed078e 100644
--- a/source3/lib/tdb/Makefile.in
+++ b/source3/lib/tdb/Makefile.in
@@ -74,7 +74,7 @@ $(SONAME): $(SOLIB)
ln -s $< $@
$(SOLIB): $(TDB_OBJ)
- $(CC) $(SHLD_FLAGS) $(SONAMEFLAG)$(SONAME) -o $@ $^
+ $(CC) $(SHLD_FLAGS) -o $@ $(TDB_OBJ) $(SONAMEFLAG)$(SONAME)
TDB_LIB = libtdb.a