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