summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-14 06:58:19 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-14 06:58:19 +0000
commit781d125432e34bc951b1313b236552afcecc9633 (patch)
tree5fcac8fd901b43bc4aa4455bb8a56bcfd6e375ec /Makefile.in
parenta0075a74440dc9d8e02c0aa5e7be4a81d8ea48d0 (diff)
downloademacs-781d125432e34bc951b1313b236552afcecc9633.tar.gz
Uninstall "$(EMACS)", not "emacs".
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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,