aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 0f25cf88..06eb08ad 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -520,7 +520,8 @@ pd_install: pd
#------------------------------------------------------------------------------
# pd_devel_install
-PD_NAME=Pd++
+##PD_NAME=Pd++ # this breaks Pd-extended compilation!
+# it should use its own variable, like PDDEVEL_NAME <hans@at.or.at>
pd_devel_install: pd++
install -d $(manualsdir)/$(PD_NAME)
install -p $(pd_src)/src/notes.txt $(manualsdir)/$(PD_NAME)