tools/autoconf: clean up build recipes
authorMichael Pratt <mcpratt@pm.me>
Wed, 7 Sep 2022 14:06:15 +0000 (10:06 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 13 Mar 2023 21:53:41 +0000 (22:53 +0100)
commit99ed71faec745ced91a00d46c6512b27c9892d2b
tree415f6e86b8ccd48416f041673481ad4914b3a4fe
parenta1527207b8f23d4084a18e988605fd30c5e72ca8
tools/autoconf: clean up build recipes

The configure option datarootdir
defaults to PREFIX/share.

The Host/Clean define should be Host/Uninstall
otherwise it is removing the build directory
before there is a chance to try "make uninstall"
in that directory.
Host/Clean/Default is no longer defined.

Use default build recipes defined in host-build.mk
instead of custom ones that are equivalent.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
tools/autoconf/Makefile