diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c2234d1c..d3edb376 100644 --- a/Makefile.am +++ b/Makefile.am @@ -270,7 +270,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`; \ @@ -286,7 +285,7 @@ uninstall-local: rm -f "$(SAMPLE_INSTALL_DIR)/$$p"; \ done rm -rf $(DESTDIR)$(sysconfdir)/systemtap -# XXX: leaves behind man pages + rm -rf $(DESTDIR)$(docdir)/examples SUBDIRS = doc grapher DIST_SUBDIRS = testsuite $(SUBDIRS) |