1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2006-01-09 21:43:17 +00:00
parent 9cf5270f10
commit 6422d07fa7

2
tools/configure vendored
View file

@ -887,7 +887,7 @@ sed > Makefile \
-e "s,@PLUGINS@,${plugins},g" \
-e "s,@CODECS@,${codecs},g" \
-e "s,@GCCOPTS@,${GCCOPTS},g" \
-e "s,@LDOPTS@,${LDOPTS},g" \
-e "s!@LDOPTS@!${LDOPTS}!g" \
-e "s,@LOADADDRESS@,${loadaddress},g" \
-e "s,@EXTRADEF@,${extradefines},g" \
-e "s,@APPSDIR@,${appsdir},g" \