summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/mingw/ChangeLog4
-rw-r--r--winsup/mingw/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 308c54b77..271d433b8 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-13 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * Makefile.in (SUBDIRS): Change to lowercase for autoconf 2.59.
+
2006-05-24 Christopher Faylor <cgf@timesys.com>
* configure.in: Update to newer autoconf.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index ee1b1da38..88f1ab0f3 100644
--- a/winsup/mingw/Makefile.in
+++ b/winsup/mingw/Makefile.in
@@ -123,7 +123,7 @@ TAR = tar
TARFLAGS = z
TARFILEEXT = .tar.gz
-SUBDIRS := @SUBDIRS@
+SUBDIRS := @subdirs@
FLAGS_TO_PASS:=\
AS="$(AS)" \