From 5c6da029919b37a4736504414e7fe9a7c94d6fe5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 22 Sep 2010 05:34:52 +0000 Subject: fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable that stopped the help patches for abstractions from being installed svn path=/trunk/externals/apple/; revision=14178 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 084fb31..379ef1d 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME))) endif # in case somebody manually set the HELPPATCHES above -HELPPATCHES ?= $(SOURCES:.c=-help.pd) $(PDOBJECTS:.c=-help.pd) +HELPPATCHES ?= $(SOURCES:.c=-help.pd) $(PDOBJECTS:.pd=-help.pd) CFLAGS += $(OPT_CFLAGS) -- cgit v1.2.1