From 1d5e745673d117f3b3b12c03155fe15ff2ed119d Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Fri, 19 Apr 2002 18:57:24 +0000 Subject: [PATCH] Make the sample applications depend on the Expat library. --- expat/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/expat/Makefile.in b/expat/Makefile.in index e4171207..8f7e74e4 100644 --- a/expat/Makefile.in +++ b/expat/Makefile.in @@ -136,15 +136,15 @@ xmlwf/xmlwf: $(XMLWF_OBJS) $(LINK_EXE) $(XMLWF_OBJS) lib/$(LIBRARY) examples/elements.o: examples/elements.c -examples/elements: examples/elements.o +examples/elements: examples/elements.o lib/$(LIBRARY) $(LINK_EXE) $< lib/$(LIBRARY) examples/outline.o: examples/outline.c -examples/outline: examples/outline.o +examples/outline: examples/outline.o lib/$(LIBRARY) $(LINK_EXE) $< lib/$(LIBRARY) tests/runtests.o: tests/runtests.c -tests/runtests: tests/runtests.o +tests/runtests: tests/runtests.o lib/$(LIBRARY) $(LINK_EXE) $< lib/$(LIBRARY) .SUFFIXES: .c .lo .o