]> granicus.if.org Git - libexpat/commitdiff
Make the uninstall target use the right location for the header file.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 17 May 2002 14:12:25 +0000 (14:12 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 17 May 2002 14:12:25 +0000 (14:12 +0000)
expat/Makefile.in

index 0b256127df2ca4fd4e1da40fadc1559fdbeda8e5..2c5765e8f0e22671d7b6e3892ecab16683c6650a 100644 (file)
@@ -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)