aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile.buildlayout
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-30 17:41:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-30 17:41:30 +0000
commit83ed910e5b5327e6231fb0ef4a54329c9a27473e (patch)
tree7790f63c23c38b113343819979fb19a185cddf9d /packages/Makefile.buildlayout
parentc9ed1d916c272f439611fa1b38c06ad050d567e1 (diff)
made libpddir be /. on Windows to try to deal with the blank -rpath arg issue with zexy and Gem's automake build systems, I hope it doesn't break anything else...
svn path=/trunk/; revision=15426
Diffstat (limited to 'packages/Makefile.buildlayout')
-rw-r--r--packages/Makefile.buildlayout2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile.buildlayout b/packages/Makefile.buildlayout
index aa1c2cd3..e927c4e5 100644
--- a/packages/Makefile.buildlayout
+++ b/packages/Makefile.buildlayout
@@ -109,7 +109,7 @@ ifeq ($(OS_NAME),darwin)
libpdbindir = $(bindir)
else
ifeq ($(OS_NAME),windows)
- libpddir = $(prefix)
+ libpddir = $(prefix)/.
libpdbindir = $(bindir)
else
libpddir = $(libdir)/pd-extended