summaryrefslogtreecommitdiff
path: root/apps/examples/igmp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/igmp')
-rw-r--r--apps/examples/igmp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/igmp/Makefile b/apps/examples/igmp/Makefile
index a94a97cf7..3715e1d34 100644
--- a/apps/examples/igmp/Makefile
+++ b/apps/examples/igmp/Makefile
@@ -86,11 +86,11 @@ context:
depend: .depend
clean:
- $(call DELFILE .built)
+ $(call DELFILE, .built)
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep