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
commit28f3e92be4d716c9529773171df2b9ca9bde7383 (patch)
treeb1eadfbe418b4ef607723cab6a38dad664c95758
parent4ded09e08721ef109ab41ebca2c6a4eeb45baf7b (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/pan/; revision=14178
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3e5e20..fa5aba1 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)