Makefile: Fix build by creating directories using -D
commit85dd680d7f51639ebf5f57903bbd7a9b6008b230
authorDavid Soria Parra <dsp@php.net>
Sat, 17 May 2008 23:59:35 +0000 (18 01:59 +0200)
committerDavid Soria Parra <dsp@php.net>
Sun, 18 May 2008 00:53:15 +0000 (18 02:53 +0200)
treece49ab9797a2830806555bbcdb95991dc4022064
parentcb2a89c7d37c5257a62c22117575d0f6e5433b12
Makefile: Fix build by creating directories using -D

With the introduction of 46246030946d82b00e2a403c7f44783a97842767
we used the -D option to create our directory. This fails if the
directory doesnot exists. As a result of that change, we were
not able to successfully build gc-utils as a debian package
as dpkg-buildpackage doesnot create the manpage directory.

Therefore we use the -D option in a right way now, so we
can build debian packages again.

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