From: Richard M. Stallman Date: Sun, 20 Mar 1994 01:22:59 +0000 (+0000) Subject: (emacs): rm emacs before the ln. X-Git-Tag: emacs-19.34~9422 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2bbc6b0a2788c7e6eb9b7657fff104bc417de871;p=emacs.git (emacs): rm emacs before the ln. --- diff --git a/src/Makefile.in b/src/Makefile.in index e08bfd97619..4c89279bdc1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -562,6 +562,7 @@ all: emacs OTHER_FILES emacs: temacs ${etc}DOC ${lisp} #ifdef CANNOT_DUMP + rm -f emacs ln temacs emacs #else #ifdef HAVE_SHM