From a0cbd01f76c6d8914b07d097b07625bf836d9fdd Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 23 Feb 2000 18:13:16 +0000 Subject: [PATCH] inappropriate use of @A@ caused definition of two conflicting rules for building liblwres.la when using libtool (RT #62) --- lib/lwres/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lwres/Makefile.in b/lib/lwres/Makefile.in index 8d6c33b8b0..a4657fa9c0 100644 --- a/lib/lwres/Makefile.in +++ b/lib/lwres/Makefile.in @@ -57,7 +57,7 @@ version.@O@: version.c -DLIBAGE=${LIBAGE} \ -c ${srcdir}/version.c -liblwres.@A@: ${OBJS} version.@O@ +liblwres.a: ${OBJS} version.@O@ ${AR} ${ARFLAGS} $@ ${OBJS} version.@O@ ${RANLIB} $@