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

tridge at samba.org tridge at samba.org
Tue Aug 22 03:47:32 GMT 2006


Author: tridge
Date: 2006-08-22 03:47:32 +0000 (Tue, 22 Aug 2006)
New Revision: 17687

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

Log:

remove circular dependency

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-22 03:34:08 UTC (rev 17686)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-22 03:47:32 UTC (rev 17687)
@@ -91,8 +91,8 @@
 	@mkdir -p `dirname $@`
 	@$(CC) $(CFLAGS) -c $< -o $@
 
-dirs: $(DIRS)
-	mkdir -p $(DIRS)
+dirs:
+	@mkdir -p $(DIRS)
 
 lib/libldb.a: $(OBJS)
 



More information about the samba-cvs mailing list