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 | d35f2ba60bebe2ad756b3b3d9b95e63e9fa3838b (patch) | |
tree | f36528e45e85cedc6a957c28a8f8abad2046c3a4 /Makefile | |
parent | b558c7126473dcb1dc3a4672087d598e0e992275 (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/freeverb~/; 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) |