aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-24 22:08:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-24 22:08:34 +0000
commit02b22c09d0e5f23a526ed63903e3dad6d00d88ee (patch)
tree53c0c4e8bb89f6065555550028bbed9472d1719d /externals
parent3d70cf85a217644ea0b8e629290431e84c923247 (diff)
enabled pdp on GNU/Linux since Tom's been fixing things
svn path=/trunk/; revision=6012
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/Makefile b/externals/Makefile
index c9f0414a..5bc302be 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -132,7 +132,7 @@ else
LIB_TARGETS += hid
else
# GNU/Linux, BSD, IRIX, etc.
- LIB_TARGETS += hid
+ LIB_TARGETS += hid pdp
endif
endif
@@ -1621,7 +1621,7 @@ $(externals_src)/pdp/Makefile.config: $(externals_src)/pdp/Makefile.config.in
$(externals_src)/pdp/pdp.$(EXTENSION): $(externals_src)/pdp/configure \
$(externals_src)/pdp/Makefile.config
- make -C $(externals_src)/pdp
+ make -C $(externals_src)/pdp PD_EXECUTABLE="$(pd_src)/bin/pd"
pdp: $(externals_src)/pdp/pdp.$(EXTENSION)