Commit afad9c68 authored by diego's avatar diego

Quote path expression to take care of $(prefix) possibly containing spaces.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3821 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b325f3f9
......@@ -306,7 +306,7 @@ install:
endif
installlib: all install-headers
install -m 644 $(LIB) $(prefix)/lib
install -m 644 $(LIB) "$(prefix)/lib"
install-headers:
mkdir -p "$(prefix)/include/ffmpeg"
......
......@@ -125,7 +125,7 @@ install:
endif
installlib: all install-headers
install -m 644 $(LIB) $(prefix)/lib
install -m 644 $(LIB) "$(prefix)/lib"
install-headers:
mkdir -p "$(prefix)/include/ffmpeg"
......
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