summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-07 18:30:12 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-18 15:01:58 +0200
commit1e36d1b01354bb9a1f4412a076ab34449e641c6c (patch)
tree7faa6b1bb807a936863524abc27af17ff5c6327f /source/Makefile.in
parent1e6ceac5469452b1674194c9821cf0a72b8499a2 (diff)
downloadsamba-1e36d1b01354bb9a1f4412a076ab34449e641c6c.tar.gz
samba-1e36d1b01354bb9a1f4412a076ab34449e641c6c.tar.xz
samba-1e36d1b01354bb9a1f4412a076ab34449e641c6c.zip
build: fix creation of libaddns.a - don't link in libtalloc.a
a step in fixing bug #5590 Michael (cherry picked from commit 4d6edcb2c8bd516e09a864d1990675ba9bcec796) (cherry picked from commit 68aa96ff700feb43fd429c650ff6012a27bc445d)
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index a211e4bbb59..bb8674376b0 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1736,9 +1736,9 @@ $(LIBADDNS_SHARED_TARGET): $(LIBADDNS_SHARED_TARGET_SONAME)
@rm -f $@
@ln -s -f `basename $(LIBADDNS_SHARED_TARGET_SONAME)` $@
-$(LIBADDNS_STATIC_TARGET): $(BINARY_PREREQS) $(LIBADDNS_OBJ)
+$(LIBADDNS_STATIC_TARGET): $(BINARY_PREREQS) $(LIBADDNS_OBJ0)
@echo Linking non-shared library $@
- @-$(AR) -rc $@ $(LIBADDNS_OBJ)
+ @-$(AR) -rc $@ $(LIBADDNS_OBJ0)
libaddns: $(LIBADDNS)