c++tools: Fix (an) install issue
authorNathan Sidwell <nathan@acm.org>
Wed, 16 Dec 2020 13:14:57 +0000 (05:14 -0800)
committerNathan Sidwell <nathan@acm.org>
Wed, 16 Dec 2020 13:19:06 +0000 (05:19 -0800)
commit4d8476b05d7f9707e36f1aaa94a8ba02eed2955f
tree6247a3a8dcf508b47ee6715d04ee01f59fb3aa24
parent6ff747f023cb4e6289a48dca608ef150e7410b00
c++tools:  Fix (an) install issue

This fixes installers that don't understand -p.

c++tools/
* Makefile.in (install): Do not use -p, use mkinstalldirs.
(clean): Fix typo.
c++tools/Makefile.in