1688. [bug] LDFLAGS was not supported.

This commit is contained in:
Mark Andrews
2004-07-20 07:02:00 +00:00
parent 3c05e29097
commit a53261756d
35 changed files with 116 additions and 110 deletions

View File

@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.12.2.5.2.4 2004/03/06 08:13:21 marka Exp $
# $Id: Makefile.in,v 1.12.2.5.2.5 2004/07/20 07:01:56 marka Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -100,7 +100,7 @@ libbind.@SA@: ${OBJS}
libbind.la: ${OBJS}
${LIBTOOL_MODE_LINK} \
${CC} ${ALL_CFLAGS} -o libbind.la -rpath ${libdir} \
${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libbind.la -rpath ${libdir} \
-version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
${OBJS} ${LIBS}