expat Makefile.in,1.52,1.53
"Fred L. Drake" <[email protected]> Thu, 10 Feb 2005 07:52:05 -0800
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20351 Modified Files: Makefile.in Log Message: when uninstalling the library, remove both headers (closes SF bug #1114960) Index: Makefile.in =================================================================== RCS file: /cvsroot/expat/expat/Makefile.in,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- Makefile.in 28 Jan 2005 05:46:46 -0000 1.52 +++ Makefile.in 10 Feb 2005 15:52:02 -0000 1.53 @@ -93,7 +93,8 @@ uninstalllib: $(LIBTOOL) --mode=uninstall rm -f $(INSTALL_ROOT)$(libdir)/$(LIBRARY) - rm -f $(INSTALL_ROOT)$(includedir)/$(APIHEADER) + rm -f $(INSTALL_ROOT)$(includedir)/expat.h + rm -f $(INSTALL_ROOT)$(includedir)/expat_external.h # for VPATH builds (invoked by configure) mkdir-init: