summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel Metheringham <nigel@exim.org>2010-03-05 16:03:59 +0000
committerNigel Metheringham <nigel@exim.org>2010-03-05 16:03:59 +0000
commitbb576ff7109d75428c71b7c65e5124706f730482 (patch)
tree44473fc3a23e3697d4aee2c9a883e23eb7bd937f
parent9bd3e22c092714394142075994e403fc3ce3f6c6 (diff)
Spacing change on Makefile directives (syntax fix). Fixes: #961
-rw-r--r--doc/doc-txt/ChangeLog4
-rw-r--r--src/OS/Makefile-NetBSD4
-rw-r--r--src/OS/Makefile-NetBSD-a.out4
3 files changed, 7 insertions, 5 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 0ce7c8371..7cff2c529 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.602 2010/03/05 16:03:59 nm4 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.603 2010/03/05 16:05:02 nm4 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -13,6 +13,8 @@ JJ/02 installed exipick 20100222.0, added --input-dir and --finput to allow exip
NM/01 Bugzilla 965: Support mysql stored procedures.
Patch from Alain Williams
+NM/02 Bugzilla 961: Spacing fix (syntax error) on Makefile directives for NetBSD
+
Exim version 4.71
-----------------
diff --git a/src/OS/Makefile-NetBSD b/src/OS/Makefile-NetBSD
index 97f9a6d21..9f0ae0dbc 100644
--- a/src/OS/Makefile-NetBSD
+++ b/src/OS/Makefile-NetBSD
@@ -1,11 +1,11 @@
-# $Cambridge: exim/src/OS/Makefile-NetBSD,v 1.4 2008/07/25 20:39:55 fanf2 Exp $
+# $Cambridge: exim/src/OS/Makefile-NetBSD,v 1.5 2010/03/05 16:03:59 nm4 Exp $
# Exim: OS-specific make file for NetBSD (ELF object format)
CHOWN_COMMAND=/usr/sbin/chown
CHMOD_COMMAND=/bin/chmod
-CFLAGS?=-O2
+CFLAGS ?= -O2
HAVE_SA_LEN=YES
HAVE_IPV6=YES
diff --git a/src/OS/Makefile-NetBSD-a.out b/src/OS/Makefile-NetBSD-a.out
index a8003fe66..bf0140402 100644
--- a/src/OS/Makefile-NetBSD-a.out
+++ b/src/OS/Makefile-NetBSD-a.out
@@ -1,11 +1,11 @@
-# $Cambridge: exim/src/OS/Makefile-NetBSD-a.out,v 1.4 2008/07/25 20:39:55 fanf2 Exp $
+# $Cambridge: exim/src/OS/Makefile-NetBSD-a.out,v 1.5 2010/03/05 16:03:59 nm4 Exp $
# Exim: OS-specific make file for NetBSD (a.out/COFF object format)
CHOWN_COMMAND=/usr/sbin/chown
CHMOD_COMMAND=/bin/chmod
-CFLAGS?=-O2
+CFLAGS ?= -O2
HAVE_SA_LEN=YES
HAVE_IPV6=YES