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 | 4a3c6867b3702cb6c817e7283961e3896b82e85d (patch) | |
tree | 9e5de42be1f922d3f85cc1d20b813182f3d6fa85 | |
parent | f6c14c10674768abc43768ea0368923334f32cb7 (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/pddp/; revision=14178
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |