diff Makefile @ 37:ef705b924335 libpostproc

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 cd4aa05e3b5d
children 7bd9f7dcef91
line wrap: on
line diff
--- 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