aboutsummaryrefslogtreecommitdiff
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:53:22 +0200
commit1ea75c5549d57cbeea3d2cd3f1d4dfea15c1f7e4 (patch)
tree79eed791328fe6f3acc47a1a0407f13ea3cfc27d
parent70dd53ab6631d2817c4498b65235adce67b5c7e3 (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/maxlib/; revision=14178
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9036fc..b4bff5c 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,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)