svn commit: samba r17965 - in branches/SAMBA_4_0/source/lib/talloc: .

metze at samba.org metze at samba.org
Thu Aug 31 11:31:11 GMT 2006


Author: metze
Date: 2006-08-31 11:31:10 +0000 (Thu, 31 Aug 2006)
New Revision: 17965

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

Log:
make talloc build more portable

metze
Modified:
   branches/SAMBA_4_0/source/lib/talloc/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-08-31 10:31:40 UTC (rev 17964)
+++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-08-31 11:31:10 UTC (rev 17965)
@@ -24,7 +24,9 @@
 testsuite: $(LIBOBJ) testsuite.o
 	$(CC) $(CFLAGS) -o testsuite testsuite.o $(LIBOBJ) $(LIBS)
 
-libtalloc.a: libtalloc.a($(LIBOBJ))
+libtalloc.a: $(LIBOBJ)
+	ar -rv $@ $(LIBOBJ)
+	@-ranlib $@
 
 install: all 
 	${INSTALLCMD} -d ${libdir}



More information about the samba-cvs mailing list