mirror of https://git.ffmpeg.org/ffmpeg.git
Quote names individually, since otherwise the whole list was understood
as a single long filename by the shell. patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6589 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
75336fc885
commit
76808d6e7e
|
@ -89,7 +89,7 @@ uninstall-libs:
|
|||
-rm -f "$(libdir)/$(LIB)"
|
||||
|
||||
uninstall-headers:
|
||||
rm -f "$(addprefix $(incdir)/,$(HEADERS))"
|
||||
rm -f $(addprefix "$(incdir)/",$(HEADERS))
|
||||
rm -f "$(libdir)/pkgconfig/lib$(NAME).pc"
|
||||
|
||||
.PHONY: all depend dep clean distclean install* uninstall*
|
||||
|
|
Loading…
Reference in New Issue