aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-22 05:34:52 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-22 05:34:52 +0000
commitd8a54c2a85812ae9015fbd083efacdc331c2de2c (patch)
treee812780fb62ddfed7dd4dd5b800ad377619dc143 /Makefile
parent2c9825292750fcea7fe726aae07b6043550a18e5 (diff)
fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable that
stopped the help patches for abstractions from being installed svn path=/trunk/externals/hcs/; revision=14178
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9fdd7a..c940859 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,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)