From b401a139eb2946f63bce8e3ddb44b6fa44e24b60 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Thu, 11 Jan 2001 18:05:15 +0000 Subject: [PATCH] ${UOBJS} was used, but never defined. Probably a cut and paste error. --- bin/tests/system/lwresd/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/lwresd/Makefile.in b/bin/tests/system/lwresd/Makefile.in index 3902d2c3b5..c4ed1b67de 100644 --- a/bin/tests/system/lwresd/Makefile.in +++ b/bin/tests/system/lwresd/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.8 2001/01/09 21:43:33 bwelling Exp $ +# $Id: Makefile.in,v 1.9 2001/01/11 18:05:15 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -49,7 +49,7 @@ SRCS = lwtest.c all: lwtest lwtest: ${OBJS} ${DEPLIBS} - ${LIBTOOL} ${CC} ${CFLAGS} -o $@ ${OBJS} ${UOBJS} ${LIBS} + ${LIBTOOL} ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} clean distclean:: rm -f ${TARGETS}