summaryrefslogtreecommitdiff
path: root/apps/system/readline
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/readline')
-rw-r--r--apps/system/readline/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/system/readline/Makefile b/apps/system/readline/Makefile
index f67dc85f6..3a48d324e 100644
--- a/apps/system/readline/Makefile
+++ b/apps/system/readline/Makefile
@@ -96,12 +96,12 @@ depend: .depend
# Housekeeping targets
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