diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-09-20 21:40:35 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-09-20 21:40:35 +0000 |
commit | 526e3e051367e7116a4a108d7574164a204953c5 (patch) | |
tree | 46b66ec5c398be8a60f15eb1e1f52e2065ff0c42 /externals | |
parent | f1793a7bc160f470407458b004751c7ef38b092f (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/Makefile | 2 |
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) |