diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-17 23:05:01 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-17 23:05:01 +0200 |
commit | f2f6d799c55e5be1b1c4d38a9b61d9bfc1f692f2 (patch) | |
tree | 60c4938c692930597f9794786552d2e7ab561c18 /ct-ng.in | |
parent | d706bf2e6bf9d600a8f97029eefdbe81fd9b9e37 (diff) | |
download | crosstool-ng-f2f6d799c55e5be1b1c4d38a9b61d9bfc1f692f2.tar.gz crosstool-ng-f2f6d799c55e5be1b1c4d38a9b61d9bfc1f692f2.tar.bz2 crosstool-ng-f2f6d799c55e5be1b1c4d38a9b61d9bfc1f692f2.zip |
configure: handle --program-prefix
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ help-tail:: @echo 'Use action "menuconfig" to configure your toolchain' @echo 'Use action "build" to build your toolchain' @echo 'Use action "version" to see the version' - @echo 'See "man 1 ct-ng" for some help as well' + @echo 'See "man 1 $(notdir $(CT_NG))" for some help as well' help-build:: @echo ' build[.#] - Build the currently configured toolchain' |