aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-11-28 22:32:58 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-11-28 22:32:58 +0200
commit3d57145d559a321f54c1a7c8b269df4e0862938a (patch)
treec19fcdc57357f18841600fb4086d6dd9020e0d6d /extension
parent5f7c3c807cb7e7f63925bb7d0c18ba3a1c0014c3 (diff)
parent29c8a4a896c4de85f904bc3344a2fefe0b2f693d (diff)
downloadegawk-3d57145d559a321f54c1a7c8b269df4e0862938a.tar.gz
egawk-3d57145d559a321f54c1a7c8b269df4e0862938a.tar.bz2
egawk-3d57145d559a321f54c1a7c8b269df4e0862938a.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'extension')
-rw-r--r--extension/ChangeLog5
-rw-r--r--extension/Makefile.am6
-rw-r--r--extension/Makefile.in6
3 files changed, 17 insertions, 0 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 0293ae99..2f15635e 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-28 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (uninstall-so, uninstall-recursive): Remove the
+ .so files. Keeps make distcheck happy.
+
2013-11-17 Dmitry V. Levin <ldv@altlinux.org>
* Makefile.am (dist_man_MANS): Add inplace.3am.
diff --git a/extension/Makefile.am b/extension/Makefile.am
index 6ecffabc..3ef72568 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -103,6 +103,12 @@ install-data-hook:
$(RM) $(pkgextensiondir)/$$i ; \
done
+# Keep the uninstall check working:
+uninstall-so:
+ $(RM) $(pkgextensiondir)/*.so
+
+uninstall-recursive: uninstall-so
+
EXTRA_DIST = build-aux/config.rpath \
ChangeLog \
ChangeLog.0 \
diff --git a/extension/Makefile.in b/extension/Makefile.in
index ee55d65b..bc7d81af 100644
--- a/extension/Makefile.in
+++ b/extension/Makefile.in
@@ -1195,6 +1195,12 @@ install-data-hook:
$(RM) $(pkgextensiondir)/$$i ; \
done
+# Keep the uninstall check working:
+uninstall-so:
+ $(RM) $(pkgextensiondir)/*.so
+
+uninstall-recursive: uninstall-so
+
# This is an ugly hack, initially for MirBSD but probably needed for other
# systems. If gawk doesn't have the API built in, don't try to build the
# extensions.