summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a1b780d530..df3e013beb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2001-02-02 Gerd Moellmann <gerd@gnu.org>
+ * Makefile.in (uninstall): Ignore exit code of `rm'.
+
* Makefile.in (uninstall): Remove more info files. Remove
${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
diff --git a/Makefile.in b/Makefile.in
index 29f283f6db3..afdef66e809 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -476,7 +476,7 @@ uninstall:
fi ; \
done
(cd ${archlibdir} && rm -f fns-*)
- rm -rf ${libexecdir}/emacs/${version}
+ -rm -rf ${libexecdir}/emacs/${version}
(cd ${infodir} && rm -f cl* ada-mode* autotype* ccmode* ebrowse* efaq* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* widget* woman* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*)
(cd ${man1dir} && rm -f emacs.1 etags.1 ctags.1)
(cd ${bindir} && rm -f emacs-${version} $(EMACS))