From a411d4f4d5801a2ceae7eb7c88f5b6f7bc3bdcc3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Jul 2005 04:00:38 +0000 Subject: r8447: fixed make install in the farm (This used to be commit 4a61a5c70efdf3842e19ae74a2b56c4b10e8e294) --- source4/lib/tdb/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in index c06e7a8dc7..8e9a359514 100644 --- a/source4/lib/tdb/Makefile.in +++ b/source4/lib/tdb/Makefile.in @@ -16,6 +16,9 @@ TDB_OBJ = common/tdb.o common/spinlock.o 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 -- cgit