comparison Makefile @ 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 f4709a828e7e
children 8d4708fabc06
comparison
equal deleted inserted replaced
2420:842e5e7f3b7a 2421:e326490f58c4
304 else 304 else
305 install: 305 install:
306 endif 306 endif
307 307
308 installlib: all install-headers 308 installlib: all install-headers
309 install -m 644 $(LIB) $(prefix)/lib 309 install -m 644 $(LIB) "$(prefix)/lib"
310 310
311 install-headers: 311 install-headers:
312 mkdir -p "$(prefix)/include/ffmpeg" 312 mkdir -p "$(prefix)/include/ffmpeg"
313 install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \ 313 install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \
314 $(SRC_PATH)/libavcodec/common.h \ 314 $(SRC_PATH)/libavcodec/common.h \