]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/early-libtool.at (config.status): Use EXEEXT
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 8 Sep 2005 07:17:58 +0000 (07:17 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 8 Sep 2005 07:17:58 +0000 (07:17 +0000)
consistently.
Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.

ChangeLog
tests/early-libtool.at

index c36254bfe1913accb66b28e113faef6e78776c84..5c6524fa6719eb4c99641204035ef405c5612359 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * tests/early-libtool.at (config.status): Use EXEEXT
+       consistently.
+       Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
+
 2005-09-08  Charles Wilson  <cygwin@cwilson.fastmail.fm>
 
        * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
index bb957a401247dbbec60497f396d26c1e9786a7e5..f9c4b64ab1ec3cdef6f5d167620ff97e71c14da8 100644 (file)
@@ -48,7 +48,7 @@ COMPILE = $(CC) $(DEFAULT_INCLUDES)
 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