diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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, |