r8447: fixed make install in the farm
authorAndrew Tridgell <tridge@samba.org>
Thu, 14 Jul 2005 04:00:38 +0000 (04:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:23:04 +0000 (13:23 -0500)
(This used to be commit 4a61a5c70efdf3842e19ae74a2b56c4b10e8e294)

source4/lib/tdb/Makefile.in

index c06e7a8dc76d0cabdabbba0cfe644f64b860dbf0..8e9a35951404c4322fbef75f832adf2e6f6b751b 100644 (file)
@@ -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