diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-12-18 22:55:56 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-12-18 22:55:56 +0100 |
commit | 3f0d43382c23c983c8f14f6696f270ce52a975c5 (patch) | |
tree | eddf789f4bb4089b51f38564cd6c3a881f28ce10 /scripts/build/companion_tools/300-automake.sh | |
parent | 742a6f650898901a648ba785317192c2ff81cda9 (diff) | |
download | crosstool-ng-3f0d43382c23c983c8f14f6696f270ce52a975c5.tar.gz crosstool-ng-3f0d43382c23c983c8f14f6696f270ce52a975c5.tar.bz2 crosstool-ng-3f0d43382c23c983c8f14f6696f270ce52a975c5.zip |
comptools: install them side-to-side with build tools
As companion tools might or might not be used to build each
toolchain, they do belong to that toolchain's build tools,
not to the generic override tools.
Fix a typo in the autoconf URL.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/build/companion_tools/300-automake.sh')
-rw-r--r-- | scripts/build/companion_tools/300-automake.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/companion_tools/300-automake.sh b/scripts/build/companion_tools/300-automake.sh index e66f6ece..432db39d 100644 --- a/scripts/build/companion_tools/300-automake.sh +++ b/scripts/build/companion_tools/300-automake.sh @@ -19,7 +19,7 @@ do_companion_tools_automake_build() { CT_DoExecLog CFG \ "${CT_SRC_DIR}/automake-${CT_AUTOMAKE_VERSION}/configure" \ - --prefix="${CT_TOOLS_OVERIDE_DIR}" + --prefix="${CT_BUILDTOOLS_PREFIX_DIR}" CT_DoExecLog ALL make CT_DoExecLog ALL make install CT_Popd |