[Expat-checkins] CVS: expat Makefile.in,1.21,1.22

Fred L. Drake fdrake@users.sourceforge.net
Fri Apr 19 11:58:03 2002


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

Modified Files:
	Makefile.in 
Log Message:
Make the sample applications depend on the Expat library.

Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Makefile.in	7 Dec 2001 10:19:30 -0000	1.21
--- Makefile.in	19 Apr 2002 18:57:24 -0000	1.22
***************
*** 137,149 ****
  
  examples/elements.o: examples/elements.c
! examples/elements: examples/elements.o
  	$(LINK_EXE) $< lib/$(LIBRARY)
  
  examples/outline.o: examples/outline.c
! examples/outline: examples/outline.o
  	$(LINK_EXE) $< lib/$(LIBRARY)
  
  tests/runtests.o: tests/runtests.c
! tests/runtests: tests/runtests.o
  	$(LINK_EXE) $< lib/$(LIBRARY)
  
--- 137,149 ----
  
  examples/elements.o: examples/elements.c
! examples/elements: examples/elements.o lib/$(LIBRARY)
  	$(LINK_EXE) $< lib/$(LIBRARY)
  
  examples/outline.o: examples/outline.c
! examples/outline: examples/outline.o lib/$(LIBRARY)
  	$(LINK_EXE) $< lib/$(LIBRARY)
  
  tests/runtests.o: tests/runtests.c
! tests/runtests: tests/runtests.o lib/$(LIBRARY)
  	$(LINK_EXE) $< lib/$(LIBRARY)