diff -r 748c418d3b6a -r 15908c920549 scripts/populate.in --- a/scripts/populate.in Thu Jan 29 22:35:26 2009 +0000 +++ b/scripts/populate.in Sun Feb 01 22:41:16 2009 +0000 @@ -13,8 +13,10 @@ myname=$(basename "$0") -# Parse the tools' paths configuration -. "${CT_LIB_DIR}/paths.mk" +# Use the tols discovered by crosstool-NG's ./configure: +install="@@CT_install@@" +grep="@@CT_grep@@" +sed="@@CT_sed@@" doHelp() { cat <<_EOF_