diff options
Diffstat (limited to 'comport')
-rw-r--r-- | comport/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/Makefile b/comport/Makefile index 924c116..3e86e5c 100644 --- a/comport/Makefile +++ b/comport/Makefile @@ -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) |