# HG changeset patch # User mru # Date 1162944135 0 # Node ID ef705b924335697423bd9b5d3aa3948c30330043 # Parent b4fc1bd8525fb4fbe510cf5ef83d1b6b899607c9 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 b4fc1bd8525f -r ef705b924335 Makefile --- a/Makefile Wed Nov 01 18:34:40 2006 +0000 +++ b/Makefile Wed Nov 08 00:02:15 2006 +0000 @@ -17,7 +17,7 @@ HEADERS = postprocess.h -include $(SRC_PATH)/common.mak +include ../common.mak depend dep: postprocess.c