[Expat-checkins] CVS: expat Makefile.in,1.23,1.24
Fred L. Drake
fdrake@users.sourceforge.net
Sat Apr 20 06:26:02 2002
Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv26167
Modified Files:
Makefile.in
Log Message:
Added missing library to link line for tests; not sure how this had not
been checked in!
Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Makefile.in 20 Apr 2002 13:11:16 -0000 1.23
--- Makefile.in 20 Apr 2002 13:24:59 -0000 1.24
***************
*** 146,150 ****
tests/runtests.o: tests/runtests.c
tests/runtests: tests/runtests.o lib/$(LIBRARY)
! $(LINK_EXE) $< lib/$(LIBRARY)
.SUFFIXES: .c .lo .o
--- 146,150 ----
tests/runtests.o: tests/runtests.c
tests/runtests: tests/runtests.o lib/$(LIBRARY)
! $(LINK_EXE) $< lib/$(LIBRARY) -lcheck
.SUFFIXES: .c .lo .o