From 36bd5dab5c3ffd4d6adcf3645bfa6b830d8d7d73 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Thu, 10 Feb 2005 15:52:02 +0000 Subject: [PATCH] when uninstalling the library, remove both headers (closes SF bug #1114960) --- expat/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/expat/Makefile.in b/expat/Makefile.in index 2bade0d9..aadeda1c 100644 --- a/expat/Makefile.in +++ b/expat/Makefile.in @@ -93,7 +93,8 @@ uninstall: uninstalllib 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: