diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-04-30 15:19:04 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-04-30 15:19:04 +0000 |
commit | 407bbf979cf7d0807a2095ff8dff3df85c118108 (patch) | |
tree | 1f68f2d822b2883f5ad279b7b21235e5f4b797ed /src/makefile_d_fat | |
parent | a7d2dd2df337a2c7bb1fc84a33d7497e6aacf9fc (diff) |
made PD_INSTALL_PATH settable from outside via envvariables
svn path=/trunk/externals/iem/iem_spec2/; revision=11206
Diffstat (limited to 'src/makefile_d_fat')
-rw-r--r-- | src/makefile_d_fat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile_d_fat b/src/makefile_d_fat index 2024898..dc8a877 100644 --- a/src/makefile_d_fat +++ b/src/makefile_d_fat @@ -2,7 +2,7 @@ current: all .SUFFIXES: .d_fat -PD_INSTALL_PATH = "/Applications/Pd.app/Contents/Resources"
+PD_INSTALL_PATH ?= "/Applications/Pd.app/Contents/Resources"
INCLUDE = -I. -I$(PD_INSTALL_PATH)/src
|