Commit 81a28bb5 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6589 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e7c5de30
...@@ -89,7 +89,7 @@ uninstall-libs: ...@@ -89,7 +89,7 @@ uninstall-libs:
-rm -f "$(libdir)/$(LIB)" -rm -f "$(libdir)/$(LIB)"
uninstall-headers: uninstall-headers:
rm -f "$(addprefix $(incdir)/,$(HEADERS))" rm -f $(addprefix "$(incdir)/",$(HEADERS))
rm -f "$(libdir)/pkgconfig/lib$(NAME).pc" rm -f "$(libdir)/pkgconfig/lib$(NAME).pc"
.PHONY: all depend dep clean distclean install* uninstall* .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