summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-07-26 12:26:57 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-07-26 12:26:57 +0000
commitb98b895bab8c63c889f47a70b341d1ddfc585da9 (patch)
tree03151d1fb4e35e4b66da301f50d66b06c14c9f71 /tools
parent8eef014ee2c5cebd29c5df0572ed166f3b3e1acc (diff)
downloadrockbox-b98b895bab8c63c889f47a70b341d1ddfc585da9.tar.gz
rockbox-b98b895bab8c63c889f47a70b341d1ddfc585da9.zip
Fix spelling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10330 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure6
1 files 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