summaryrefslogtreecommitdiff
path: root/apps/examples/sendmail/Makefile.host
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/sendmail/Makefile.host')
-rw-r--r--apps/examples/sendmail/Makefile.host4
1 files changed, 2 insertions, 2 deletions
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