Commit 76808d6e authored by Víctor Paesa's avatar Víctor Paesa Committed by Diego Biurrun

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
parent 75336fc8
......@@ -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*
......
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