Mercurial > emacs
changeset 5488:8ea27d63e52b
(emacs): Don't run inc-vers.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 07 Jan 1994 14:15:21 +0000 |
parents | 58a9bb23c3ea |
children | 3f6777439468 |
files | src/Makefile.in |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Fri Jan 07 13:50:23 1994 +0000 +++ b/src/Makefile.in Fri Jan 07 14:15:21 1994 +0000 @@ -543,14 +543,8 @@ ln temacs emacs #else #ifdef HAVE_SHM - -if [ -w ${srcdir}/../lisp ]; then \ - w=`pwd`; cd ${srcdir}; $${w}/temacs -nl -batch -l ../lisp/inc-vers; \ - else true; fi ./temacs -nl -batch -l loadup dump #else /* ! defined (HAVE_SHM) */ - -if [ -w ${srcdir}/../lisp ]; then \ - w=`pwd`; cd ${srcdir}; $${w}/temacs -batch -l ../lisp/inc-vers; \ - else true; fi ./temacs -batch -l loadup dump #endif /* ! defined (HAVE_SHM) */ #endif /* ! defined (CANNOT_DUMP) */