# HG changeset patch # User mru # Date 1162944135 0 # Node ID 23f88db38eb5dbf4e270dfca1ee9a5c112774a6d # Parent 234a04b906f9f86013e589f6c957de92bde1b0eb allow spaces in source and build directory names out of tree builds from a source dir with spaces is impossible due to how make handles vpath diff -r 234a04b906f9 -r 23f88db38eb5 Makefile --- a/Makefile Tue Nov 07 22:10:07 2006 +0000 +++ b/Makefile Wed Nov 08 00:02:15 2006 +0000 @@ -192,4 +192,4 @@ LIBMAJOR=$(LAVFMAJOR) endif -include $(SRC_PATH)/common.mak +include ../common.mak