Commit ae1f64b1 authored by mru's avatar mru

configure: remove some unnecessary backslashes

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19937 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0aeaae86
...@@ -2741,33 +2741,33 @@ cmp -s $TMPH config.h && ...@@ -2741,33 +2741,33 @@ cmp -s $TMPH config.h &&
# build tree in object directory if source path is different from current one # build tree in object directory if source path is different from current one
if enabled source_path_used; then if enabled source_path_used; then
DIRS="\ DIRS="
doc \ doc
libavcodec \ libavcodec
libavcodec/$arch \ libavcodec/$arch
libavdevice \ libavdevice
libavfilter \ libavfilter
libavformat \ libavformat
libavutil \ libavutil
libavutil/$arch \ libavutil/$arch
libpostproc \ libpostproc
libswscale \ libswscale
libswscale/$arch \ libswscale/$arch
tests \ tests
tools \ tools
" "
FILES="\ FILES="
Makefile \ Makefile
common.mak \ common.mak
subdir.mak \ subdir.mak
doc/texi2pod.pl \ doc/texi2pod.pl
libavcodec/Makefile \ libavcodec/Makefile
libavdevice/Makefile \ libavdevice/Makefile
libavfilter/Makefile \ libavfilter/Makefile
libavformat/Makefile \ libavformat/Makefile
libavutil/Makefile \ libavutil/Makefile
libpostproc/Makefile \ libpostproc/Makefile
libswscale/Makefile \ libswscale/Makefile
" "
for dir in $DIRS ; do for dir in $DIRS ; do
mkdir -p $dir mkdir -p $dir
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment