diff options
| author | Pavel Janík | 2001-11-13 09:39:55 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-13 09:39:55 +0000 |
| commit | 623f2cfa02dbe467ceb66bd1d2910cee54716575 (patch) | |
| tree | f750390a4d574175b3e5206c3205945acfc59f70 | |
| parent | 6e1b91d703cd9dc975cb9cfcc6ebffaedb97af46 (diff) | |
| download | emacs-623f2cfa02dbe467ceb66bd1d2910cee54716575.tar.gz emacs-623f2cfa02dbe467ceb66bd1d2910cee54716575.zip | |
Fix previous change.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 26ecdb1caa6..d702c84efba 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.${manext} emacsclient.${manext} etags.${manext} ctags.${manext} gfdl.${manext}) | 512 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext} gfdl${manext}) |
| 513 | (cd ${bindir} && rm -f emacs-${version} $(EMACS)) | 513 | (cd ${bindir} && rm -f emacs-${version} $(EMACS)) |
| 514 | 514 | ||
| 515 | 515 | ||