aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-02-18 13:41:29 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-02-18 13:41:29 +0000
commitd26c41650f10ee1ce57578e4ffef0d54b0fdec7e (patch)
tree8b447f02af1bb5ab3284ee3f9e70fc6eaac1630c /Makefile.common
parentf1e982bb1cd760e92d6c0ace3c9addb27219662a (diff)
made PD_DIR changeable from outside...
svn path=/trunk/externals/miXed/; revision=10794
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
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)