libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: fix early-libtool.at on cygwin


From: Ralf Wildenhues
Subject: FYI: fix early-libtool.at on cygwin
Date: Thu, 8 Sep 2005 09:18:05 +0200
User-agent: Mutt/1.4.1i

D'oh!

Applied to HEAD.

Cheers,
Ralf

        * tests/early-libtool.at (config.status): Use EXEEXT
        consistently.
        Reported by Charles Wilson <address@hidden>.

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]