bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] [PATCH 5/5] Remove *.dll and *.a as well at uninstallation


From: KO Myung-Hun
Subject: [bug-gawk] [PATCH 5/5] Remove *.dll and *.a as well at uninstallation
Date: Mon, 22 Sep 2014 17:38:09 +0900

---
 extension/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/extension/Makefile.am b/extension/Makefile.am
index e6678c5..d0769a5 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -109,6 +109,8 @@ install-data-hook:
 # Keep the uninstall check working:
 uninstall-so:
        $(RM) $(DESTDIR)$(pkgextensiondir)/*.so
+       $(RM) $(DESTDIR)$(pkgextensiondir)/*.dll
+       $(RM) $(DESTDIR)$(pkgextensiondir)/*.a
 
 uninstall-recursive: uninstall-so
 
-- 
1.7.3.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]