1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

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*