mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
configure: remove extra backslashes from suncc DEPEND_CMD
Patch by Michael Kostylev <michael kostylev gmail> Originally committed as revision 20428 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Måns Rullgård
parent
0645487701
commit
faa374b72c
@@ -1617,7 +1617,7 @@ elif $cc -v 2>&1 | grep -q clang; then
|
|||||||
elif $cc -V 2>&1 | grep -q Sun; then
|
elif $cc -V 2>&1 | grep -q Sun; then
|
||||||
cc_type=suncc
|
cc_type=suncc
|
||||||
cc_version="AV_STRINGIFY(__SUNPRO_C)"
|
cc_version="AV_STRINGIFY(__SUNPRO_C)"
|
||||||
DEPEND_CMD='$(DEPCC) $(DEPFLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\\\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
|
DEPEND_CMD='$(DEPCC) $(DEPFLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
|
||||||
DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -xM1'
|
DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -xM1'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user