Mercurial > emacs
changeset 8542:462c6cf489fb
Uninstall "$(EMACS)", not "emacs".
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 14 Aug 1994 06:58:19 +0000 |
parents | 39e8d792604f |
children | a03be411d008 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Sun Aug 14 04:09:30 1994 +0000 +++ b/Makefile.in Sun Aug 14 06:58:19 1994 +0000 @@ -378,7 +378,7 @@ done (cd ${infodir}; rm -f cl* emacs* forms* info* vip*) (cd ${mandir}; rm -f emacs.1 etags.1 ctags.1) - (cd ${bindir}; rm -f emacs-${version} emacs) + (cd ${bindir}; rm -f emacs-${version} $(EMACS)) ### Some makes seem to remember that they've built something called FRC,