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
commit612d36076bc98683cd024984ad171403d4d5e143 (patch)
tree7c4be2790ba988fa63702bae1feeb606f559abf3
parent48c1a8ac330e016aa6b888a1a64577f2ee34d8c2 (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/plugin~/; revision=14178
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ff5140..2c40959 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)