aboutsummaryrefslogtreecommitdiff
path: root/comport
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
commit49ca0deb141e35e8f3884ce046296baa74a00674 (patch)
treee8b76201710ee9a9167b7e98e6dc81a996691acf /comport
parentaa706e9d01db81409afcdc68a3ba30c8c8d0ebc5 (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/iem/comport/; revision=14178
Diffstat (limited to 'comport')
-rw-r--r--comport/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/Makefile b/comport/Makefile
index 924c116..3e86e5c 100644
--- a/comport/Makefile
+++ b/comport/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)