diff options
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 29fa39f9127..fda67e6b337 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -512,7 +512,7 @@ uninstall: | |||
| 512 | done | 512 | done |
| 513 | (cd ${archlibdir} && rm -f fns-*) | 513 | (cd ${archlibdir} && rm -f fns-*) |
| 514 | -rm -rf ${libexecdir}/emacs/${version} | 514 | -rm -rf ${libexecdir}/emacs/${version} |
| 515 | (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*) | 515 | (cd ${infodir} && rm -f cl* ada-mode* autotype* calc* 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*) |
| 516 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext} gfdl${manext}) | 516 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext} gfdl${manext}) |
| 517 | (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) | 517 | (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) |
| 518 | 518 | ||