1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Specify libtool mode explicitly when linking.

Submitted by Ian Abbott in <3CB6F27B.15581.10E13BA@localhost>.
This commit is contained in:
abbotti 2002-04-12 06:47:02 -07:00
parent 9de4909bea
commit fa2fa7a100
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-04-12 Ian Abbott <abbotti@mev.co.uk>
* Makefile.in: Specify libtool mode explicitly when linking.
2002-04-12 Hrvoje Niksic <hniksic@arsdigita.com>
* connect.c (connect_with_timeout): New function.

View File

@ -49,7 +49,7 @@ exeext = @exeext@
INCLUDES = -I. -I$(srcdir) @SSL_INCLUDES@
COMPILE = $(CC) $(INCLUDES) $(CPPFLAGS) $(DEFS) $(CFLAGS)
LINK = @LIBTOOL@ $(CC) $(CFLAGS) $(LDFLAGS) -o $@
LINK = @LIBTOOL@ --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
RM = rm -f