diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-22 05:34:52 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-22 05:34:52 +0000 |
commit | 861bab1ac2ac8b57515fce2988bc49853dc7886a (patch) | |
tree | 871ad58f820a0e1396b2c7edb8da943aa3600bd4 /Makefile | |
parent | 6121ad89d33e13a31bdb058df76fd4de18b7564d (diff) |
fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable that
stopped the help patches for abstractions from being installed
svn path=/trunk/abstractions/nusmuk/; revision=14178
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |