scripts/populate.in
branchgcc-4.4
changeset 1368 ec1cffe6d30b
parent 1177 748c418d3b6a
child 1352 d7ddcb75e0f7
child 1400 ee206adb53a7
     1.1 --- a/scripts/populate.in	Thu Jan 29 22:35:26 2009 +0000
     1.2 +++ b/scripts/populate.in	Thu May 21 19:00:55 2009 +0000
     1.3 @@ -13,8 +13,10 @@
     1.4  
     1.5  myname=$(basename "$0")
     1.6  
     1.7 -# Parse the tools' paths configuration
     1.8 -. "${CT_LIB_DIR}/paths.mk"
     1.9 +# Use the tols discovered by crosstool-NG's ./configure:
    1.10 +install="@@CT_install@@"
    1.11 +grep="@@CT_grep@@"
    1.12 +sed="@@CT_sed@@"
    1.13  
    1.14  doHelp() {
    1.15      cat <<_EOF_