]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Quote names individually, since otherwise the whole list was understood
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 8 Oct 2006 14:14:33 +0000 (14:14 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 8 Oct 2006 14:14:33 +0000 (14:14 +0000)
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

common.mak

index 7ef4693b127b49e222f128f22108adeb4d1ea2c4..78985d8b367bac1fa7f031277132e6f2571a0070 100644 (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*