From: Fred L. Drake, Jr. Date: Sat, 20 Apr 2002 13:24:59 +0000 (+0000) Subject: Added missing library to link line for tests; not sure how this had not X-Git-Tag: R_1_95_3~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d084912ca5d8e667b9796872017277bbc8bff844;p=libexpat Added missing library to link line for tests; not sure how this had not been checked in! --- diff --git a/expat/Makefile.in b/expat/Makefile.in index 79ed5895..f40a210b 100644 --- a/expat/Makefile.in +++ b/expat/Makefile.in @@ -145,7 +145,7 @@ examples/outline: examples/outline.o lib/$(LIBRARY) tests/runtests.o: tests/runtests.c tests/runtests: tests/runtests.o lib/$(LIBRARY) - $(LINK_EXE) $< lib/$(LIBRARY) + $(LINK_EXE) $< lib/$(LIBRARY) -lcheck .SUFFIXES: .c .lo .o