diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-14 04:00:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:23:04 -0500 |
commit | a411d4f4d5801a2ceae7eb7c88f5b6f7bc3bdcc3 (patch) | |
tree | 467a5ae5b68f9e4352afdff0286c5c4940859e34 | |
parent | f027e4d22476601b67fd89deeef3d26ac1544f82 (diff) | |
download | samba-a411d4f4d5801a2ceae7eb7c88f5b6f7bc3bdcc3.tar.gz samba-a411d4f4d5801a2ceae7eb7c88f5b6f7bc3bdcc3.tar.bz2 samba-a411d4f4d5801a2ceae7eb7c88f5b6f7bc3bdcc3.zip |
r8447: fixed make install in the farm
(This used to be commit 4a61a5c70efdf3842e19ae74a2b56c4b10e8e294)
-rw-r--r-- | source4/lib/tdb/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |