changeset 133:f27471fa9047 libavutil

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
author mru
date Wed, 08 Nov 2006 00:02:15 +0000
parents 589af48c86f4
children c47a9bfc9437
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Nov 06 12:38:00 2006 +0000
+++ b/Makefile	Wed Nov 08 00:02:15 2006 +0000
@@ -25,4 +25,4 @@
 LIBMAJOR=$(LAVUMAJOR)
 endif
 
-include $(SRC_PATH)/common.mak
+include ../common.mak