From deabab50c576da23313dc6df610c26adebb55851 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Mon, 7 Jul 2003 03:19:46 +0000 Subject: Put back install/distribution dependency on the buildable .cf files to get mergemaster working again. Noticed by: Shin-ichi YOSHIMOTO --- etc/sendmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile index 88b9008..21accdd 100644 --- a/etc/sendmail/Makefile +++ b/etc/sendmail/Makefile @@ -57,7 +57,7 @@ CLEANFILES= ${ALL} all: ${ALL} -install distribution: +install distribution: ${ALL} .if defined(SENDMAIL_MC) && defined(SENDMAIL_CF) @echo ">>> ERROR: Both SENDMAIL_MC and SENDMAIL_CF cannot be set" @false -- cgit v1.1