Update the URLs where to retrieve config.guess and config.sub from.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu May 08 15:36:51 2008 +0000 (2008-05-08)
changeset 493567c97607f4e
parent 492 ef8ef3493392
child 494 b4a30fecfb45
Update the URLs where to retrieve config.guess and config.sub from.

/trunk/tools/tools.mk | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
tools/tools.mk
     1.1 --- a/tools/tools.mk	Tue May 06 20:30:49 2008 +0000
     1.2 +++ b/tools/tools.mk	Thu May 08 15:36:51 2008 +0000
     1.3 @@ -5,9 +5,9 @@
     1.4  # scripts for later inclusion mainline. If CT_LIB_DIR != CT_TOP_DIR, then those
     1.5  # scripts are downloaded only for use in CT_TOP_DIR.
     1.6  
     1.7 -CONFIG_SUB_SRC="http://cvs.savannah.gnu.org/viewcvs/*checkout*/config/config/config.sub"
     1.8 +CONFIG_SUB_SRC="http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD"
     1.9  CONFIG_SUB_DEST="$(CT_TOP_DIR)/tools/config.sub"
    1.10 -CONFIG_GUESS_SRC="http://cvs.savannah.gnu.org/viewcvs/*checkout*/config/config/config.guess"
    1.11 +CONFIG_GUESS_SRC="http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD"
    1.12  CONFIG_GUESS_DEST="$(CT_TOP_DIR)/tools/config.guess"
    1.13  
    1.14  $(CT_TOP_DIR)/tools: