Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
authorMark Wooding <mdw@distorted.org.uk>
Sat, 25 Jun 2011 13:00:42 +0000 (14:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 25 Jun 2011 13:09:26 +0000 (14:09 +0100)
commite11cc637d79ffc9117d637489da7f75db7193bc4
treefdb8833a137e96d5201cc2b27707dbe224ff6777
parentf23d010aa281711352a1e8ea2b8d631742a41b82
Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).

It works, for one thing.  For some reason, mkinstalldirs is set to
$(SHELL) $(install_sh), and install_sh is set to $(SHELL) .../install_sh.
Can you see the problem here?
Makefile.am