changeset 642:868c41d335aa libavformat

Quote path expression to take care of $(prefix) possibly containing spaces.
author diego
date Tue, 11 Jan 2005 08:16:04 +0000
parents 4f45848cc1ec
children 253b5292946a
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Jan 08 19:35:08 2005 +0000
+++ b/Makefile	Tue Jan 11 08:16:04 2005 +0000
@@ -125,7 +125,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"