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