svn commit: samba r17735 - in branches/SAMBA_4_0/source/lib/ldb: .

tridge at samba.org tridge at samba.org
Wed Aug 23 02:06:08 GMT 2006


Author: tridge
Date: 2006-08-23 02:06:07 +0000 (Wed, 23 Aug 2006)
New Revision: 17735

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17735

Log:

a (probably useless) attempt to workaround stupidity in HPs version of
make

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-23 01:55:02 UTC (rev 17734)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-23 02:06:07 UTC (rev 17735)
@@ -55,7 +55,7 @@
 
 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
 



More information about the samba-cvs mailing list