summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-05-07 15:07:34 +0200
committerKarolin Seeger <kseeger@samba.org>2013-05-14 12:05:01 +0200
commit282ad05da11e3f1b07514a8c54f15dca769b8206 (patch)
tree79acff7deb710399e033d715e91cae03a9d97eda
parentcd9be74acbb5e09c5304516fa31cbb0b64da7d12 (diff)
downloadsamba-282ad05da11e3f1b07514a8c54f15dca769b8206.tar.gz
Makefile: Fix bug 9868 -- Don't know how to make LIBNDR_PREG_OBJ.
Thanks to Lucs for finding the issue Signed-off-by: Volker Lendecke <vl@samba.org> Autobuild-User(v4-0-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-0-test): Tue May 14 12:05:01 CEST 2013 on sn-devel-104
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index f6305c628f0..55505dfe127 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -333,7 +333,7 @@ LIBNDR_SPOOLSS_OBJ = autoconf/librpc/gen_ndr/ndr_spoolss.o \
../librpc/ndr/ndr_spoolss_buf.o
LIBNDR_NTPRINTING_OBJ = autoconf/librpc/gen_ndr/ndr_ntprinting.o \
- ../librpc/ndr/ndr_ntprinting.o \
+ ../librpc/ndr/ndr_ntprinting.o
LIBNDR_PREG_OBJ = autoconf/librpc/gen_ndr/ndr_preg.o \
../librpc/ndr/ndr_preg.o