]> granicus.if.org Git - libexpat/commitdiff
Make the sample applications depend on the Expat library.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 19 Apr 2002 18:57:24 +0000 (18:57 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 19 Apr 2002 18:57:24 +0000 (18:57 +0000)
expat/Makefile.in

index e4171207d5cfc4b590af2478481a3eb2faba1855..8f7e74e4c65a175b4f6525a5d38a47167a8699ac 100644 (file)
@@ -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