aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-14 06:58:19 +0000
committerRichard M. Stallman1994-08-14 06:58:19 +0000
commit2ec5f0cd7d4dd0b3d06ffb40c2530fa926cdf8bf (patch)
tree0a868e9123f194138390c1ffb05fdff294abd98c
parent5a51e0a670ca0744c9bcd72a700f88d6505edc9b (diff)
downloademacs-2ec5f0cd7d4dd0b3d06ffb40c2530fa926cdf8bf.tar.gz
emacs-2ec5f0cd7d4dd0b3d06ffb40c2530fa926cdf8bf.zip
Uninstall "$(EMACS)", not "emacs".
-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:
378 done 378 done
379 (cd ${infodir}; rm -f cl* emacs* forms* info* vip*) 379 (cd ${infodir}; rm -f cl* emacs* forms* info* vip*)
380 (cd ${mandir}; rm -f emacs.1 etags.1 ctags.1) 380 (cd ${mandir}; rm -f emacs.1 etags.1 ctags.1)
381 (cd ${bindir}; rm -f emacs-${version} emacs) 381 (cd ${bindir}; rm -f emacs-${version} $(EMACS))
382 382
383 383
384### Some makes seem to remember that they've built something called FRC, 384### Some makes seem to remember that they've built something called FRC,