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

Reply via email to