# HG changeset patch # User diego # Date 1105431364 0 # Node ID e326490f58c41943dae0f611a5dea4dcc19860b7 # Parent 842e5e7f3b7ac0a0e4f3b291a3d897be20de87f7 Quote path expression to take care of $(prefix) possibly containing spaces. diff -r 842e5e7f3b7a -r e326490f58c4 Makefile --- a/Makefile Tue Jan 11 03:18:08 2005 +0000 +++ b/Makefile Tue Jan 11 08:16:04 2005 +0000 @@ -306,7 +306,7 @@ endif installlib: all install-headers - install -m 644 $(LIB) $(prefix)/lib + install -m 644 $(LIB) "$(prefix)/lib" install-headers: mkdir -p "$(prefix)/include/ffmpeg"