# HG changeset patch # User Richard M. Stallman # Date 776847499 0 # Node ID 462c6cf489fb70f5e84be1a71b9b21523587bf26 # Parent 39e8d792604f733cdd36b41982212cc2bb7b3965 Uninstall "$(EMACS)", not "emacs". diff -r 39e8d792604f -r 462c6cf489fb Makefile.in --- 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,