Eric Blake c3c30d4de9 build: avoid corrupting / in RHEL 5
I noticed this while building from libvirt.git on RHEL 5.6:

Generating internals/command.html.tmp
mkdir: cannot create directory `/internals': Permission denied

If I had been building as root instead, this pollutes /.

Older autoconf lacks $(builddir), but it is rigorously equal to '.'
in newer autoconf, so we could use '$(MKDIR_P) internals' instead.

However, since internals/command.html is part of the tarball, we
_already_ build it in $(srcdir), not $(builddir) during VPATH
builds, so the mkdir is wasted effort!

* docs/Makefile.am (internals/%.html.tmp): Drop unused mkdir.
2011-06-01 15:26:13 -06:00
..
2011-02-09 11:18:06 -07:00
2011-04-01 16:03:11 -06:00
2011-04-01 16:03:11 -06:00
2011-03-28 14:09:11 +01:00
2011-04-01 16:03:11 -06:00
2011-02-15 13:50:28 -07:00
2010-11-01 15:24:44 -06:00
2011-02-15 13:50:28 -07:00
2011-04-01 16:03:11 -06:00
2011-03-28 10:40:24 +08:00
2011-03-28 10:40:24 +08:00
2011-02-18 08:59:51 +01:00
2011-04-01 16:03:11 -06:00
2011-04-01 16:03:11 -06:00
2011-01-28 08:44:05 -07:00
2011-05-11 08:18:04 -06:00
2010-11-05 13:24:04 +00:00
2011-04-01 16:03:11 -06:00