From: Richard M. Stallman Date: Sun, 14 Aug 1994 06:58:19 +0000 (+0000) Subject: Uninstall "$(EMACS)", not "emacs". X-Git-Tag: emacs-19.34~7311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ec5f0cd7d4dd0b3d06ffb40c2530fa926cdf8bf;p=emacs.git Uninstall "$(EMACS)", not "emacs". --- diff --git a/Makefile.in b/Makefile.in index 1dfadcb8815..884125e49b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -378,7 +378,7 @@ uninstall: 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,