summaryrefslogtreecommitdiff
path: root/apps/examples/sendmail
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/sendmail')
-rw-r--r--apps/examples/sendmail/Makefile6
-rw-r--r--apps/examples/sendmail/Makefile.host4
2 files changed, 5 insertions, 5 deletions
diff --git a/apps/examples/sendmail/Makefile b/apps/examples/sendmail/Makefile
index 049321b52..a3b8b7288 100644
--- a/apps/examples/sendmail/Makefile
+++ b/apps/examples/sendmail/Makefile
@@ -87,13 +87,13 @@ context:
depend: .depend
clean:
- $(call DELFILE .built)
+ $(call DELFILE, .built)
$(call CLEAN)
@$(MAKE) -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep
diff --git a/apps/examples/sendmail/Makefile.host b/apps/examples/sendmail/Makefile.host
index e6ff39540..b62a8755b 100644
--- a/apps/examples/sendmail/Makefile.host
+++ b/apps/examples/sendmail/Makefile.host
@@ -71,8 +71,8 @@ $(BIN): headers $(OBJS)
$(HOSTCC) $(HOSTLDFLAGS) $(OBJS) -o $@
clean:
- $(call DELFILE $(BIN).*)
- $(call DELFILE *.o1)
+ $(call DELFILE, $(BIN).*)
+ $(call DELFILE, *.o1)
$(call CLEAN)
@rm -rf include