From: richardbarry Date: Fri, 23 Jan 2009 08:53:40 +0000 (+0000) Subject: Correct some capitalisation issues for Linux users. X-Git-Tag: V5.1.2~76 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bdab1be2f54e3e2756d26a0e23b0b476662427dd;p=freertos Correct some capitalisation issues for Linux users. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@620 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/Makefile b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/Makefile index 4a71b30fe..be22eaf28 100644 --- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/Makefile +++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/Makefile @@ -40,8 +40,8 @@ LINKER_SCRIPT=m52235evb-rom-hosted.ld SREC_FILENAME=RTOSDemo.s19 ELF_FILENAME=RTOSDemo.elf CC=m68k-elf-gcc -AS=m68K-elf-as -OBJCOPY=m68K-elf-objcopy +AS=m68k-elf-as +OBJCOPY=m68k-elf-objcopy ###############################################################################