From: Fred L. Drake, Jr. Date: Fri, 19 Apr 2002 18:57:24 +0000 (+0000) Subject: Make the sample applications depend on the Expat library. X-Git-Tag: R_1_95_3~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d5e745673d117f3b3b12c03155fe15ff2ed119d;p=libexpat Make the sample applications depend on the Expat library. --- 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