D'oh! Applied to HEAD.
Cheers, Ralf * tests/early-libtool.at (config.status): Use EXEEXT consistently. Reported by Charles Wilson <[EMAIL PROTECTED]>. Index: tests/early-libtool.at =================================================================== RCS file: /cvsroot/libtool/libtool/tests/early-libtool.at,v retrieving revision 1.3 diff -u -r1.3 early-libtool.at --- tests/early-libtool.at 26 Aug 2005 13:54:04 -0000 1.3 +++ tests/early-libtool.at 8 Sep 2005 07:16:18 -0000 @@ -48,7 +48,7 @@ LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFAULT_INCLUDES) LINK = $(LIBTOOL) --mode=link --tag=CC $(CC) -o $@ -all: hell +all: hell$(EXEEXT) libhello.la: hello.lo $(LINK) -rpath $(libdir) hello.lo