Browse code

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

Michael Kostylev authored on 2009/11/01 01:33:38
Showing 1 changed files
... ...
@@ -1617,7 +1617,7 @@ elif $cc -v 2>&1 | grep -q clang; then
1617 1617
 elif $cc -V 2>&1 | grep -q Sun; then
1618 1618
     cc_type=suncc
1619 1619
     cc_version="AV_STRINGIFY(__SUNPRO_C)"
1620
-    DEPEND_CMD='$(DEPCC) $(DEPFLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\\\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
1620
+    DEPEND_CMD='$(DEPCC) $(DEPFLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
1621 1621
     DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -xM1'
1622 1622
 fi
1623 1623