From 10740bbfefe68763b4f0d74b25a074e95a2e13e3 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 30 Jan 2014 12:27:13 +0100 Subject: replace \r\n with \n in sendmail wrapper --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0b98ee3..eac4649 100644 --- a/Makefile +++ b/Makefile @@ -1819,14 +1819,15 @@ compile trysysel.c select.h1 select.h2 rm -f trysysel.o trysysel sendmail: \ -load sendmail.o env.a getopt.a alloc.a substdio.a error.a str.a \ -auto_qmail.o - ./load sendmail env.a getopt.a alloc.a substdio.a error.a \ - str.a auto_qmail.o +load sendmail.o env.a getopt.a alloc.a getln.a substdio.a error.a str.a \ +auto_qmail.o stralloc.a wait.a fd.a sig.a + ./load sendmail env.a getopt.a alloc.a getln.a substdio.a error.a \ + str.a auto_qmail.o stralloc.a wait.a fd.a sig.a sendmail.o: \ compile sendmail.c sgetopt.h subgetopt.h substdio.h subfd.h \ -substdio.h alloc.h auto_qmail.h exit.h env.h str.h +substdio.h alloc.h auto_qmail.h exit.h env.h str.h stralloc.h \ +getln.h readwrite.h wait.h fd.h sig.h ./compile sendmail.c setup: \ -- cgit v1.2.3