summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-23 02:06:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:34 -0500
commit1f7a8131998d7e1d6c6064219f9a6526be5380d3 (patch)
treeb309c8d5f1c2ec740f11019191ef59e2bd88ef37 /source4
parent8cbf9b64dccd297f51d8b237b562b8dee915be90 (diff)
downloadsamba-1f7a8131998d7e1d6c6064219f9a6526be5380d3.tar.gz
samba-1f7a8131998d7e1d6c6064219f9a6526be5380d3.tar.bz2
samba-1f7a8131998d7e1d6c6064219f9a6526be5380d3.zip
r17735: a (probably useless) attempt to workaround stupidity in HPs version of
make (This used to be commit b85b1f5926789c0d6f7cad5f6b8dc4992cca5a13)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index 72e024ddbb..9de1131f2b 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -55,7 +55,7 @@ LDB_LIB = lib/libldb.a
BINS = bin/ldbadd bin/ldbsearch bin/ldbdel bin/ldbmodify bin/ldbedit bin/ldbrename bin/ldbtest bin/oLschema2ldif
-LIBS = $(LDB_LIB)($(OBJS))
+LIBS = $(LDB_LIB)( $(OBJS) )
EXAMPLES = examples/ldbreader examples/ldifreader