From: Fred L. Drake, Jr. Date: Fri, 17 May 2002 14:12:25 +0000 (+0000) Subject: Make the uninstall target use the right location for the header file. X-Git-Tag: R_1_95_3~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74b32a6fc37c120788b82534d8a023d008d27827;p=libexpat Make the uninstall target use the right location for the header file. --- diff --git a/expat/Makefile.in b/expat/Makefile.in index 0b256127..2c5765e8 100644 --- a/expat/Makefile.in +++ b/expat/Makefile.in @@ -87,7 +87,7 @@ install: xmlwf/xmlwf lib/$(LIBRARY) lib/$(APIHEADER) uninstall: $(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf $(LIBTOOL) --mode=uninstall rm -f $(libdir)/$(LIBRARY) - rm -f $(libdir)/$(APIHEADER) + rm -f $(includedir)/$(APIHEADER) rm -f $(prefix)/man/man1/xmlwf.1 # for VPATH builds (invoked by configure)