- (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
   with vanilla "=".

Hopefully everybody's "make" will be happy with that.
diff --git a/ChangeLog b/ChangeLog
index 6b32f7b..3f1a4cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
  - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
    the regression tests from running with Solaris' make.  Patch from Brian
    Poole (raj at cerias.purdue.edu).
+ - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
+   with vanilla "=".
 
 20030913
  - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
@@ -1091,4 +1093,4 @@
  - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
    Report from murple@murple.net, diagnosis from dtucker@zip.com.au
 
-$Id: ChangeLog,v 1.2990 2003/09/14 01:40:35 dtucker Exp $
+$Id: ChangeLog,v 1.2991 2003/09/14 03:16:55 dtucker Exp $