summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-09-08 21:00:24 -0400
committerFrank Ch. Eigler <fche@elastic.org>2009-09-08 21:00:24 -0400
commite13354499dbd1f854040bc120bdfd1d0fc9ff6b3 (patch)
tree50e5431ae494f5fd71f1e2eff702bf3ac1ef265a /Makefile.in
parent89ba308506249736c6d0c8490d3c897af4e42df8 (diff)
downloadsystemtap-steved-e13354499dbd1f854040bc120bdfd1d0fc9ff6b3.tar.gz
systemtap-steved-e13354499dbd1f854040bc120bdfd1d0fc9ff6b3.tar.xz
systemtap-steved-e13354499dbd1f854040bc120bdfd1d0fc9ff6b3.zip
PR10617: make "make uninstall" work
* Makefile.am (uninstall-local): Don't rm libexecdir but remove doc/exmaples. * Makefile.in: Regenerated.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 80a1e01d..dab605b5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,7 +83,7 @@ DIST_COMMON = INSTALL NEWS README AUTHORS $(srcdir)/Makefile.in \
$(top_srcdir)/man/stapprobes.udp.3stap.in \
$(top_srcdir)/man/stapprobes.snmp.3stap.in \
$(top_srcdir)/initscript/systemtap.in $(srcdir)/run-stap.in \
- $(srcdir)/run-staprun.in $(srcdir)/dtrace.in depcomp depcomp \
+ $(srcdir)/run-staprun.in $(srcdir)/dtrace.in depcomp \
$(oldinclude_HEADERS)
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -443,7 +443,6 @@ LDADD =
EXAMPLE_SOURCE_DIR = $(srcdir)/testsuite/systemtap.examples
EXAMPLE_META_FILES = $(EXAMPLE_SOURCE_DIR)/*/*.meta
TEST_COV_DIR = coverage
-# XXX: leaves behind man pages
SUBDIRS = doc grapher
DIST_SUBDIRS = testsuite $(SUBDIRS)
@@ -1872,7 +1871,6 @@ distclean-local:
uninstall-local:
rm -rf $(DESTDIR)$(pkgdatadir)
- rm -rf $(DESTDIR)$(libexecdir)/$(PACKAGE)
rm -rf $(DESTDIR)$(libdir)/$(PACKAGE)
-rm -rf $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
@list='$(EXAMPLE_SRC)'; for f in $$list; do p=`basename $$f`; \
@@ -1888,6 +1886,7 @@ uninstall-local:
rm -f "$(SAMPLE_INSTALL_DIR)/$$p"; \
done
rm -rf $(DESTDIR)$(sysconfdir)/systemtap
+ rm -rf $(DESTDIR)$(docdir)/examples
check-local:
SRCDIR=`cd $(srcdir); pwd`; \