summaryrefslogtreecommitdiff
path: root/apps/modbus
diff options
context:
space:
mode:
Diffstat (limited to 'apps/modbus')
-rw-r--r--apps/modbus/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/modbus/Makefile b/apps/modbus/Makefile
index c0f01bc94..d2b148162 100644
--- a/apps/modbus/Makefile
+++ b/apps/modbus/Makefile
@@ -107,13 +107,13 @@ endif
depend: .depend
clean:
- $(call DELFILE .built)
+ $(call DELFILE, .built)
$(call CLEAN)
distclean: clean
- $(call DELFILE .context)
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, .context)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep