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 | fe97ed007a6656eb9088eb874a512b088adb0a25 (patch) | |
tree | d362e6314018fecad0033b3f68b1665c3352ea2b | |
parent | 4b75a57c9cd02fa52a97267bfc7df42a07229ceb (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/moonlib/; revision=14178
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,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) |