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
commitc90d97e1a3276adb20607d45b1682b32b37bb41c (patch)
tree7c5d460b75601ea1a92dff2f57f1040c0a9e8cd1
parent5d5eb12023d10062dffe393a6db94ffdc0619b16 (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/pdogg/; revision=14178
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c86413..45e16ff 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,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)