diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-07 14:15:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-07 14:15:21 +0000 |
commit | 0a3e18a0a9acb7da82f34147f37b46ac760af2bc (patch) | |
tree | ac76d198c6ad2f11f2103a7aedc44742272578b7 /src/Makefile.in | |
parent | b8b1b8fd99cd0b6f5fbceb6de8238aefdc64969c (diff) | |
download | emacs-0a3e18a0a9acb7da82f34147f37b46ac760af2bc.tar.gz emacs-0a3e18a0a9acb7da82f34147f37b46ac760af2bc.tar.bz2 emacs-0a3e18a0a9acb7da82f34147f37b46ac760af2bc.zip |
(emacs): Don't run inc-vers.el.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 155ad9081bd..36da8534c78 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -543,14 +543,8 @@ emacs: temacs ${etc}DOC ${lisp} 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) */ |