${UOBJS} was used, but never defined. Probably a cut and paste error.

This commit is contained in:
Brian Wellington 2001-01-11 18:05:15 +00:00
parent a83405a85f
commit b401a139eb

View file

@ -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}