summaryrefslogtreecommitdiff
path: root/apps/examples/uip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/uip/Makefile')
-rw-r--r--apps/examples/uip/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/examples/uip/Makefile b/apps/examples/uip/Makefile
index 99e140f04..b154532b7 100644
--- a/apps/examples/uip/Makefile
+++ b/apps/examples/uip/Makefile
@@ -89,13 +89,13 @@ context:
epend: .depend
clean:
- $(call DELFILE .built)
- $(call DELFILE httpd_fsdata.c)
+ $(call DELFILE, .built)
+ $(call DELFILE, httpd_fsdata.c)
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep