From: Ralf Wildenhues Date: Thu, 8 Sep 2005 07:17:58 +0000 (+0000) Subject: * tests/early-libtool.at (config.status): Use EXEEXT X-Git-Tag: release-2-1b~525 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea0ebd6da1be81f56b0b7c5e0e7dc22435075ea0;p=thirdparty%2Flibtool.git * tests/early-libtool.at (config.status): Use EXEEXT consistently. Reported by Charles Wilson . --- diff --git a/ChangeLog b/ChangeLog index c36254bfe..5c6524fa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-08 Ralf Wildenhues + + * tests/early-libtool.at (config.status): Use EXEEXT + consistently. + Reported by Charles Wilson . + 2005-09-08 Charles Wilson * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) diff --git a/tests/early-libtool.at b/tests/early-libtool.at index bb957a401..f9c4b64ab 100644 --- a/tests/early-libtool.at +++ b/tests/early-libtool.at @@ -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