From 34cbfc9bf8588b39723be1bda37775bd1a976ccd Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 10 Dec 2008 00:29:29 +0000 Subject: Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for) and add install_hostutils. Now install_utils should use $PREFIX more like other packages do. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 5f460a613..d2b3b2bf0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -447,6 +447,9 @@ utils: install_utils: utils $(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils utils_install +install_hostutils: hostutils + $(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils utils_install DOTHOST=.host + endif # ifeq ($(HAVE_DOT_CONFIG),y) include/bits include/config: -- cgit v1.2.3