summaryrefslogtreecommitdiff
path: root/apps/examples/mm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/mm/Makefile')
-rw-r--r--apps/examples/mm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/mm/Makefile b/apps/examples/mm/Makefile
index bb14a2e4e..5ba7f4eec 100644
--- a/apps/examples/mm/Makefile
+++ b/apps/examples/mm/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