Makefiles: Make the usage of install compatible with BSD systems
commit4a8262f72b5532dcd6e2844142fbe4579c2a7c99
authorDavid Soria Parra <dsp@php.net>
Thu, 22 May 2008 21:12:12 +0000 (22 23:12 +0200)
committerDavid Soria Parra <dsp@php.net>
Thu, 22 May 2008 21:29:56 +0000 (22 23:29 +0200)
tree91a7711026e19479a016b134b2d689898e682a08
parent68c64f5a3d7f9fff7fab5c6c86af7a1174ca1ff6
Makefiles: Make the usage of install compatible with BSD systems

With the introduction of commit 85dd680d we used the install -D
to create directories. This options is not available under
BSD like systems (e.g. Mac OSX). Therefore we now switch back
to use mkdir -p to create the actual directories.
Additional remove "mandb" as it doesn't exists on non-GNU
systems.

Reported-by: Adam Mercer
Signed-off-by: David Soria Parra <dsp@php.net>
doc/Makefile
src/Makefile