diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-08-23 02:06:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:34 -0500 |
commit | 1f7a8131998d7e1d6c6064219f9a6526be5380d3 (patch) | |
tree | b309c8d5f1c2ec740f11019191ef59e2bd88ef37 | |
parent | 8cbf9b64dccd297f51d8b237b562b8dee915be90 (diff) | |
download | samba-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)
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
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 |