From b98b895bab8c63c889f47a70b341d1ddfc585da9 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 26 Jul 2006 12:26:57 +0000 Subject: Fix spelling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10330 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/configure b/tools/configure index 318a1c8dd0..0962f41ce0 100755 --- a/tools/configure +++ b/tools/configure @@ -717,7 +717,7 @@ toolsdir='\$(ROOTDIR)/tools' toolset="$iaudiobitmaptools" # architecture, manufacturer and model for the target-tree build t_cpu="coldfire" - t_manufactorer="iaudio" + t_manufacturer="iaudio" t_model="x5" ;; @@ -1121,8 +1121,8 @@ sed > autoconf.h \ EOF if test -n "$t_cpu"; then - TARGET_INC="-I\$(FIRMDIR)/target/$t_cpu/$t_manufactorer/$t_model" - TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufactorer" + TARGET_INC="-I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer/$t_model" + TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer" TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu" GCCOPTS="$GCCOPTS -DTARGET_TREE" fi -- cgit v1.2.3