summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-09 21:43:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-09 21:43:17 +0000
commit6422d07fa784de20f06b77f3081a4eac8e2ded12 (patch)
tree4dbad2ad472f1a7d36fc391cd38540ed02021722 /tools/configure
parent9cf5270f107f3491143eb62ed238155d6d66ef75 (diff)
downloadrockbox-6422d07fa784de20f06b77f3081a4eac8e2ded12.tar.gz
rockbox-6422d07fa784de20f06b77f3081a4eac8e2ded12.zip
change separator for the LDFLAGS sed replacement since some people obviously
have commas in their LDFLAGS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8318 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index bac889fa28..68d2481922 100755
--- a/tools/configure
+++ b/tools/configure
@@ -887,7 +887,7 @@ sed > Makefile \
887 -e "s,@PLUGINS@,${plugins},g" \ 887 -e "s,@PLUGINS@,${plugins},g" \
888 -e "s,@CODECS@,${codecs},g" \ 888 -e "s,@CODECS@,${codecs},g" \
889 -e "s,@GCCOPTS@,${GCCOPTS},g" \ 889 -e "s,@GCCOPTS@,${GCCOPTS},g" \
890 -e "s,@LDOPTS@,${LDOPTS},g" \ 890 -e "s!@LDOPTS@!${LDOPTS}!g" \
891 -e "s,@LOADADDRESS@,${loadaddress},g" \ 891 -e "s,@LOADADDRESS@,${loadaddress},g" \
892 -e "s,@EXTRADEF@,${extradefines},g" \ 892 -e "s,@EXTRADEF@,${extradefines},g" \
893 -e "s,@APPSDIR@,${appsdir},g" \ 893 -e "s,@APPSDIR@,${appsdir},g" \