diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-01 22:58:37 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-01 22:58:37 +0000 |
commit | 5c50b9c6021ce41f3722c33b6f94490e0f4f9c6e (patch) | |
tree | 7dbf14a9e7b9a5a8e7f211f068d2b7d2098a0c32 /packages | |
parent | b05ebb8cf4e1c92862c2c4e21ca09158aa96f74c (diff) |
finally tracked down that pesky Pd++ related bug...
svn path=/trunk/; revision=5453
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Makefile | 3 |
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) |