aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-22 13:54:25 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-22 13:54:25 +0000
commit5c1fbd3d692f57f7f8747e7c871745df5dbdbf62 (patch)
treea2fe6f6647092c4d9081c80b1dc4061a8473a2b1 /externals/Makefile
parent503db98543e47045ed6a3465b0bdabcbb01d2b01 (diff)
revert my --with-pdpath confusion on zexy
svn path=/trunk/; revision=15340
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index d6d3d4a1..aae4b589 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)
+ --with-pd=$(pd_src)
zexy: $(ZEXY_DIR)/Make.config
$(MAKE) -C $(ZEXY_DIR)