diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-06-09 16:17:40 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-06-09 16:17:40 +0000 |
commit | b70647e8509805f4f0a6439ac2dddde837719082 (patch) | |
tree | 059b1c98ff75b6b319e58b1e9337cc992085a6c6 | |
parent | 827ff372d9ec5e334746377f3010d1dd638610b1 (diff) |
make the path optional to be able to set it from outside
(i wonder how often i have already done that...)
svn path=/trunk/externals/iemlib/; revision=9977
-rw-r--r-- | Make.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.include b/Make.include index 529827c..456c00a 100644 --- a/Make.include +++ b/Make.include @@ -1,6 +1,6 @@ current: all -PDSOURCE = /usr/local/src/pd/src +PDSOURCE ?= /usr/local/src/pd/src .SUFFIXES: .pd_linux |