diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-09-22 13:54:25 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-09-22 13:54:25 +0000 |
commit | 5c1fbd3d692f57f7f8747e7c871745df5dbdbf62 (patch) | |
tree | a2fe6f6647092c4d9081c80b1dc4061a8473a2b1 | |
parent | 503db98543e47045ed6a3465b0bdabcbb01d2b01 (diff) |
revert my --with-pdpath confusion on zexy
svn path=/trunk/; revision=15340
-rw-r--r-- | externals/Makefile | 2 |
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) |