summaryrefslogtreecommitdiff
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
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
-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'
717 toolset="$iaudiobitmaptools" 717 toolset="$iaudiobitmaptools"
718 # architecture, manufacturer and model for the target-tree build 718 # architecture, manufacturer and model for the target-tree build
719 t_cpu="coldfire" 719 t_cpu="coldfire"
720 t_manufactorer="iaudio" 720 t_manufacturer="iaudio"
721 t_model="x5" 721 t_model="x5"
722 ;; 722 ;;
723 723
@@ -1121,8 +1121,8 @@ sed > autoconf.h \
1121EOF 1121EOF
1122 1122
1123if test -n "$t_cpu"; then 1123if test -n "$t_cpu"; then
1124 TARGET_INC="-I\$(FIRMDIR)/target/$t_cpu/$t_manufactorer/$t_model" 1124 TARGET_INC="-I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer/$t_model"
1125 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufactorer" 1125 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer"
1126 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu" 1126 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu"
1127 GCCOPTS="$GCCOPTS -DTARGET_TREE" 1127 GCCOPTS="$GCCOPTS -DTARGET_TREE"
1128fi 1128fi