changeset 2421:e326490f58c4 libavcodec

Quote path expression to take care of $(prefix) possibly containing spaces.
author diego
date Tue, 11 Jan 2005 08:16:04 +0000
parents 842e5e7f3b7a
children 18b8b2dcc037
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"