Changeset 275

Show
Ignore:
Timestamp:
07/17/06 05:55:50 (2 years ago)
Author:
tg
Message:

it's FreeWRT not FreeWrt?

ok wbx@

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/toolchain/gcc/Makefile

    r202 r275  
    2525        # Apply any files named gcc-*.patch from the source directory to gcc 
    2626        $(SCRIPT_DIR)/patch-kernel.sh $(GCC_DIR) ./$(GCC_VERSION) \*.patch 
    27         $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 (FreeWrt)\2,' $(GCC_DIR)/gcc/version.c 
     27        $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 (FreeWRT)\2,' $(GCC_DIR)/gcc/version.c 
    2828        $(SED) 's,\(bug_report_url.. = "\).*\(";\),\1<URL:http://www.freewrt.org/development/freewrt>\2,' $(GCC_DIR)/gcc/version.c 
    2929        touch $@