diff options
author | Rob Landley <rob@landley.net> | 2008-12-10 00:29:29 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-12-10 00:29:29 +0000 |
commit | 34cbfc9bf8588b39723be1bda37775bd1a976ccd (patch) | |
tree | a2c1360542abc7d63538e04165aa82c079596d5e /Makefile.help | |
parent | e34f25503ad8f9d5b7e8d1801cbe345ce3daa949 (diff) |
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.
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 1 |
1 files changed, 1 insertions, 0 deletions
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' |