aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-22 05:34:52 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:36:01 +0200
commit2015944d5c7468583b711a996aaca6846216c8af (patch)
tree7d750c325b407ab8540f717961edf8cc56e03823 /Makefile
parent21aca6517d87fe6893361291bfc125faee14ea75 (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/bsaylor/; revision=14178
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e524311..065d393 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)