summaryrefslogtreecommitdiff
path: root/apps/system/poweroff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/poweroff/Makefile')
-rw-r--r--apps/system/poweroff/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/system/poweroff/Makefile b/apps/system/poweroff/Makefile
index 46b595e84..bbceccb9e 100644
--- a/apps/system/poweroff/Makefile
+++ b/apps/system/poweroff/Makefile
@@ -108,12 +108,12 @@ context: .context
depend: .depend
clean:
- $(call DELFILE .built)
+ $(call DELFILE, .built)
$(call CLEAN)
distclean: clean
- $(call DELFILE .context)
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, .context)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep