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 | b793ee64e40e68caea62b0439e7b412be6378683 (patch) | |
tree | 055e17c621e71b4449c3a3687da3b8dfa9001b67 /Makefile | |
parent | a1502716d2e38979c91bb9dbd1da00057f439730 (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/ekext/; 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) |