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:
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
Block a user