svn commit: samba r8447 - in branches/SAMBA_4_0/source/lib/tdb: .

tridge at samba.org tridge at samba.org
Thu Jul 14 04:00:38 GMT 2005


Author: tridge
Date: 2005-07-14 04:00:38 +0000 (Thu, 14 Jul 2005)
New Revision: 8447

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

Log:
fixed make install in the farm



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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2005-07-14 03:13:04 UTC (rev 8446)
+++ branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2005-07-14 04:00:38 UTC (rev 8447)
@@ -16,6 +16,9 @@
 all: $(PROGS)
 
 install: all
+	mkdir -p $(bindir)
+	mkdir -p $(includedir)
+	mkdir -p $(libdir)
 	cp $(PROGS) $(bindir)
 	cp include/tdb.h $(includedir)
 	cp tdb.pc $(libdir)/pkgconfig



More information about the samba-cvs mailing list