aboutsummaryrefslogtreecommitdiff
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
commitac49da33dbc111f747828dfae062e017579f2bb3 (patch)
tree7ee02b5bac80da442e750e4e77a430897925ddeb
parentfd7fb73651fd10afec12554e7c6130db687ed143 (diff)
fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable that
stopped the help patches for abstractions from being installed svn path=/trunk/abstractions/jmmmp/; revision=14178
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 339297a..196e305 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,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)