summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd/Makefile')
-rw-r--r--apps/examples/thttpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/thttpd/Makefile b/apps/examples/thttpd/Makefile
index 5320a0a13..85a26d39f 100644
--- a/apps/examples/thttpd/Makefile
+++ b/apps/examples/thttpd/Makefile
@@ -89,13 +89,13 @@ context:
depend: .depend
clean:
- $(call DELFILE .built)
+ $(call DELFILE, .built)
@$(MAKE) -C content clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep