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.help | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.help') diff --git a/Makefile.help b/Makefile.help index 656ed90fd..deae677b5 100644 --- a/Makefile.help +++ b/Makefile.help @@ -34,6 +34,7 @@ help: @echo ' install_dev - install all headers and static libs' @echo ' install_headers - install headers excluding generated ones' @echo ' install_utils - install target utilities' + @echo ' install_hostutils - install host utilities' @echo @echo 'Development:' @echo ' check - run testsuite' -- cgit v1.2.3