Spacing change on Makefile directives (syntax fix). Fixes: #961
authorNigel Metheringham <nigel@exim.org>
Fri, 5 Mar 2010 16:03:59 +0000 (16:03 +0000)
committerNigel Metheringham <nigel@exim.org>
Fri, 5 Mar 2010 16:03:59 +0000 (16:03 +0000)
doc/doc-txt/ChangeLog
src/OS/Makefile-NetBSD
src/OS/Makefile-NetBSD-a.out

index 0ce7c8371e1cbafaf7c09b76f41e4c69ccc5efc9..7cff2c5292f980243d229cf2458ff85f9795a500 100644 (file)
@@ -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
 -----------------
index 97f9a6d21b753ee3548a05d9bc476f87c81a47e0..9f0ae0dbc7dd52edf5fb198065303aa3d365c4cd 100644 (file)
@@ -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
index a8003fe6623904522bd8b619a15e15e0a40f38b5..bf0140402afea38f333f1139b3b3ed5c5a3f50f1 100644 (file)
@@ -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