From: Pavel Janík Date: Thu, 15 Nov 2001 21:55:21 +0000 (+0000) Subject: (uninstall): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~18524 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f293a52a8dd41c84f3fb1eb29a658d48120ecf05;p=emacs.git (uninstall): Fix previous change. --- 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 exec_prefix=${exec_prefix} bindir=${bindir} \ libexecdir=${libexecdir} archlibdir=${archlibdir} \ INSTALL_STRIP=${INSTALL_STRIP}) - ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs ${bindir}/${EMACSFULL} + ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs ${bindir}/$(EMACSFULL) -chmod 1755 ${bindir}/$(EMACSFULL) rm -f ${bindir}/$(EMACS) -ln ${bindir}/$(EMACSFULL) ${bindir}/$(EMACS) @@ -514,7 +514,7 @@ uninstall: -rm -rf ${libexecdir}/emacs/${version} (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*) (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext} gfdl${manext}) - (cd ${bindir} && rm -f emacs-${version} $(EMACS)) + (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) FRC: