tools/autoconf-archive: clean up build recipes
authorMichael Pratt <mcpratt@pm.me>
Wed, 7 Sep 2022 14:29:49 +0000 (10:29 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 13 Mar 2023 21:53:41 +0000 (22:53 +0100)
commita1527207b8f23d4084a18e988605fd30c5e72ca8
treec0d002c798c2a85370776162f4441602135e9baf
parent129be247a6a0cb11132691bdf27104f48ab08530
tools/autoconf-archive: 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-archive/Makefile