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:
Víctor Paesa 2006-10-08 14:14:33 +00:00 committed by Diego Biurrun
parent 75336fc885
commit 76808d6e7e
1 changed files with 1 additions and 1 deletions

View File

@ -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*