[Expat-checkins] CVS: expat Makefile.in,1.24,1.25

Greg Stein gstein@users.sourceforge.net
Mon Apr 22 03:23:05 2002


Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv12593

Modified Files:
	Makefile.in 
Log Message:
xmlwf should depend on the library, too.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Makefile.in	20 Apr 2002 13:24:59 -0000	1.24
--- Makefile.in	22 Apr 2002 10:22:48 -0000	1.25
***************
*** 133,137 ****
  xmlwf/codepage.o: xmlwf/codepage.c
  xmlwf/@FILEMAP@.o: xmlwf/@FILEMAP@.c
! xmlwf/xmlwf: $(XMLWF_OBJS)
  	$(LINK_EXE) $(XMLWF_OBJS) lib/$(LIBRARY)
  
--- 133,137 ----
  xmlwf/codepage.o: xmlwf/codepage.c
  xmlwf/@FILEMAP@.o: xmlwf/@FILEMAP@.c
! xmlwf/xmlwf: $(XMLWF_OBJS) lib/$(LIBRARY)
  	$(LINK_EXE) $(XMLWF_OBJS) lib/$(LIBRARY)