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