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