From e39c8e36168b6967dfc3e92e181a606960bf3e4d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 16 Apr 2011 15:47:38 +0000 Subject: cooled~ crashes on load, so omit svn path=/trunk/; revision=15073 --- externals/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals') diff --git a/externals/Makefile b/externals/Makefile index 8929f1b2..b0eaddf1 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -1672,13 +1672,13 @@ UNAUTHORIZED_TKFILES = $(wildcard $(externals_src)/unauthorized/*/*.tk) # a number of objects don't compile under MinGW (yet? they used to, but the # needed changes were overwritten, so they are in CVS ifeq ($(OS_NAME),windows) -UNAUTHORIZED_OBJECTS := $(wildcard $(externals_src)/unauthorized/[abcdefg-opqrsw]*/*.c)\ -$(wildcard $(externals_src)/unauthorized/c?[a-np-z]*/*.c) +UNAUTHORIZED_OBJECTS := $(wildcard $(externals_src)/unauthorized/[abdefg-opqrsw]*/*.c)\ +$(wildcard $(externals_src)/unauthorized/c?[^o]*/*.c) else ifeq ($(OS_NAME),darwin) # [cooled~] crashes Pd on Mac OS X, [vocoder~] doesn't compile UNAUTHORIZED_OBJECTS := $(wildcard $(externals_src)/unauthorized/[abd-uw-z]*/*.c)\ - $(wildcard $(externals_src)/unauthorized/c?[a-np-z]*/*.c) + $(wildcard $(externals_src)/unauthorized/c?[^o]*/*.c) else # GNU/Linux, BSD, IRIX, etc. UNAUTHORIZED_OBJECTS := $(wildcard $(externals_src)/unauthorized/*/*.c) -- cgit v1.2.1