aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-20 21:40:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-20 21:40:35 +0000
commit526e3e051367e7116a4a108d7574164a204953c5 (patch)
tree46b66ec5c398be8a60f15eb1e1f52e2065ff0c42 /externals
parentf1793a7bc160f470407458b004751c7ef38b092f (diff)
hmm, /src probably shouldn't be there, but zexy's ./configure --with-pdpath doesn't seem to affect the build
svn path=/trunk/; revision=15322
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index b72cf7eb..d6d3d4a1 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -1716,7 +1716,7 @@ $(ZEXY_DIR)/Make.config: $(ZEXY_DIR)/Make.config.in \
$(ZEXY_DIR)/configure
cd $(ZEXY_DIR) && ./configure --disable-library \
--with-extension=$(EXTENSION) \
- --with-pdpath=$(pd_src)/src
+ --with-pdpath=$(pd_src)
zexy: $(ZEXY_DIR)/Make.config
$(MAKE) -C $(ZEXY_DIR)