diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-02-18 13:41:29 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-02-18 13:41:29 +0000 |
commit | d26c41650f10ee1ce57578e4ffef0d54b0fdec7e (patch) | |
tree | 8b447f02af1bb5ab3284ee3f9e70fc6eaac1630c | |
parent | f1e982bb1cd760e92d6c0ace3c9addb27219662a (diff) |
made PD_DIR changeable from outside...
svn path=/trunk/externals/miXed/; revision=10794
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 26a8457..ba40837 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,5 +1,5 @@ # next line has to be edited manually -PD_DIR = $(ROOT_DIR)/../../pd/src +PD_DIR ?= $(ROOT_DIR)/../../pd/src OS_NAME = $(shell uname -s) ifneq ($(OS_NAME),Linux) |