From d084912ca5d8e667b9796872017277bbc8bff844 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Sat, 20 Apr 2002 13:24:59 +0000 Subject: [PATCH] Added missing library to link line for tests; not sure how this had not been checked in! --- expat/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0