]> code.delx.au - gnu-emacs/blobdiff - Makefile.in
(Fdelete_frame): Fix previous change.
[gnu-emacs] / Makefile.in
index 3b271395d89c2a57d905cc151c5b217e328fe536..884125e49b24ca1518e493127738e044277921e9 100644 (file)
@@ -135,7 +135,8 @@ lisppath=@lisppath@
 # building.  This is only used during the process of
 # compiling Emacs, to help Emacs find its lisp files
 # before they've been installed in their final location.
-# It's usually identical to lisppath, except that the
+# It's usually identical to lisppath, except that 
+# it does not include locallisppath, and the
 # entry for the directory containing the installed lisp
 # files has been replaced with ../lisp.  This should be a
 # colon-separated list of directories.
@@ -377,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,