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