diff options
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0bcee38ab30..cfb97229b44 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -509,7 +509,7 @@ uninstall: | |||
| 509 | (cd ${archlibdir} && rm -f fns-*) | 509 | (cd ${archlibdir} && rm -f fns-*) |
| 510 | -rm -rf ${libexecdir}/emacs/${version} | 510 | -rm -rf ${libexecdir}/emacs/${version} |
| 511 | (cd ${infodir} && rm -f cl* ada-mode* autotype* ccmode* ebrowse* efaq* elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* widget* woman* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*) | 511 | (cd ${infodir} && rm -f cl* ada-mode* autotype* ccmode* ebrowse* efaq* elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* widget* woman* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*) |
| 512 | (cd ${man1dir} && rm -f emacs.1 etags.1 ctags.1) | 512 | (cd ${man1dir} && rm -f emacs.1 etags.1 ctags.1 gfdl.1) |
| 513 | (cd ${bindir} && rm -f emacs-${version} $(EMACS)) | 513 | (cd ${bindir} && rm -f emacs-${version} $(EMACS)) |
| 514 | 514 | ||
| 515 | 515 | ||