From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Wed, 15 Jan 2003 14:50:36 +0000 (+0000)
Subject: make uninstall should remove wxwin.m4
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a3bc6643b731835acfbee4c6f8b8831bb7daec60

make uninstall should remove wxwin.m4


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/Makefile.in b/Makefile.in
index 7e06e21064..b204c8994c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -510,6 +510,7 @@ uninstall:
 	@-rmdir $(datadir)/wx/$(VER_MAJMIN)/afm
 	@-rmdir $(datadir)/wx/$(VER_MAJMIN)
 	@-rmdir $(datadir)/wx
+	@$(RM) $(datadir)/aclocal/wxwin.m4
 	@echo " Removing headers..."
 	@list='$(HEADERS)'; for p in $$list; do \
 	  $(RM) $(includedir)/wx/$$p; \