aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-11-15 21:55:21 +0000
committerPavel Janík2001-11-15 21:55:21 +0000
commitf293a52a8dd41c84f3fb1eb29a658d48120ecf05 (patch)
tree461b21986c2cdc34754690f5cc08bbd4a763718c
parent199b51e6df5245a917009eb5b5b927bc6e343a76 (diff)
downloademacs-f293a52a8dd41c84f3fb1eb29a658d48120ecf05.tar.gz
emacs-f293a52a8dd41c84f3fb1eb29a658d48120ecf05.zip
(uninstall): Fix previous change.
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 76072df1b33..a9a5452fc92 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -335,7 +335,7 @@ install-arch-dep: mkdir
335 exec_prefix=${exec_prefix} bindir=${bindir} \ 335 exec_prefix=${exec_prefix} bindir=${bindir} \
336 libexecdir=${libexecdir} archlibdir=${archlibdir} \ 336 libexecdir=${libexecdir} archlibdir=${archlibdir} \
337 INSTALL_STRIP=${INSTALL_STRIP}) 337 INSTALL_STRIP=${INSTALL_STRIP})
338 ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs ${bindir}/${EMACSFULL} 338 ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs ${bindir}/$(EMACSFULL)
339 -chmod 1755 ${bindir}/$(EMACSFULL) 339 -chmod 1755 ${bindir}/$(EMACSFULL)
340 rm -f ${bindir}/$(EMACS) 340 rm -f ${bindir}/$(EMACS)
341 -ln ${bindir}/$(EMACSFULL) ${bindir}/$(EMACS) 341 -ln ${bindir}/$(EMACSFULL) ${bindir}/$(EMACS)
@@ -514,7 +514,7 @@ uninstall:
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* 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 emacs-${version} $(EMACS)) 517 (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS))
518 518
519 519
520FRC: 520FRC: