nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6fbd90376ebf2fdb2d4cf16dbc3ac4f6d5074c86
parent 08a0b794f3c12c7cbfa8e6217028d32cf841c3ba
Author: Alan Post <adp@prgmr.com>
Date:   Sat,  6 Jul 2019 14:46:50 -0600

qmail.o rule is missing dependency on env.h via qmail.c.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1633,7 +1633,7 @@ qmail.7 qmail.o: \ compile qmail.c substdio.h readwrite.h wait.h exit.h fork.h fd.h \ -qmail.h substdio.h auto_qmail.h +qmail.h auto_qmail.h env.h ./compile qmail.c qreceipt: \