From: Greg Stein Date: Mon, 22 Apr 2002 10:22:48 +0000 (+0000) Subject: xmlwf should depend on the library, too. X-Git-Tag: R_1_95_3~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fa57b76e66a50d1986419ed1b8e051fa2c864ef;p=libexpat xmlwf should depend on the library, too. --- diff --git a/expat/Makefile.in b/expat/Makefile.in index f40a210b..e82257c5 100644 --- a/expat/Makefile.in +++ b/expat/Makefile.in @@ -132,7 +132,7 @@ xmlwf/xmlwf.o: xmlwf/xmlwf.c xmlwf/xmlfile.o: xmlwf/xmlfile.c xmlwf/codepage.o: xmlwf/codepage.c xmlwf/@FILEMAP@.o: xmlwf/@FILEMAP@.c -xmlwf/xmlwf: $(XMLWF_OBJS) +xmlwf/xmlwf: $(XMLWF_OBJS) lib/$(LIBRARY) $(LINK_EXE) $(XMLWF_OBJS) lib/$(LIBRARY) examples/elements.o: examples/elements.c