From 0a050fa206e5d899f553b6ac492d389cb39591a2 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 12 Oct 2014 13:49:11 +0300 Subject: OS/2 fixes. --- extension/ChangeLog | 6 ++++++ extension/Makefile.am | 2 ++ extension/Makefile.in | 2 ++ 3 files changed, 10 insertions(+) (limited to 'extension') diff --git a/extension/ChangeLog b/extension/ChangeLog index 3fee967f..51878ed5 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,9 @@ +2014-10-12 KO Myung-Hun + + Fixes for OS/2: + + * Makefile.am (uninstall-so): Remove *.dll and *.a, also. + 2014-10-08 Arnold D. Robbins * inplace.c (do_inplace_begin): Use a cast to void in front diff --git a/extension/Makefile.am b/extension/Makefile.am index e6678c54..d0769a5a 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 diff --git a/extension/Makefile.in b/extension/Makefile.in index 46168e4e..945e5534 100644 --- a/extension/Makefile.in +++ b/extension/Makefile.in @@ -1240,6 +1240,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 -- cgit v1.2.3