diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-14 17:40:30 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-14 17:40:30 +0000 |
commit | 1c194a8ae24af6eed9da8ae25ea0876e1b128111 (patch) | |
tree | 08476195aaa94e47d374253ed103f6c5fa7f29a6 /packages/Makefile | |
parent | e2c50a5dd0747f1029bab8192af1e4adf17b1212 (diff) |
removed the 'extensions' section from the extended builds since neither gripd nor ix are functional in Pd-extended :(. If anyone wants to fix them, please do
svn path=/trunk/; revision=11771
Diffstat (limited to 'packages/Makefile')
-rw-r--r-- | packages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile index ac627575..4ca438dc 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -160,7 +160,7 @@ endif #==============================================================================# # this is used for installing into a pre-build Pd binary -extended_install: abstractions_install doc_install extensions_install \ +extended_install: abstractions_install doc_install \ gem_install externals_install readme_install welcome_install \ license_install noncvs_install |