[Expat-checkins] expat Makefile.in,1.28,1.29

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri May 17 07:13:02 2002


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

Modified Files:
	Makefile.in 
Log Message:
Make the uninstall target use the right location for the header file.

Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** Makefile.in	29 Apr 2002 21:31:18 -0000	1.28
--- Makefile.in	17 May 2002 14:12:25 -0000	1.29
***************
*** 88,92 ****
  	$(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf
  	$(LIBTOOL) --mode=uninstall rm -f $(libdir)/$(LIBRARY)
! 	rm -f $(libdir)/$(APIHEADER)
  	rm -f $(prefix)/man/man1/xmlwf.1
  
--- 88,92 ----
  	$(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf
  	$(LIBTOOL) --mode=uninstall rm -f $(libdir)/$(LIBRARY)
! 	rm -f $(includedir)/$(APIHEADER)
  	rm -f $(prefix)/man/man1/xmlwf.1