aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in6
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}
543 ln temacs emacs 543 ln temacs emacs
544#else 544#else
545#ifdef HAVE_SHM 545#ifdef HAVE_SHM
546 -if [ -w ${srcdir}/../lisp ]; then \
547 w=`pwd`; cd ${srcdir}; $${w}/temacs -nl -batch -l ../lisp/inc-vers; \
548 else true; fi
549 ./temacs -nl -batch -l loadup dump 546 ./temacs -nl -batch -l loadup dump
550#else /* ! defined (HAVE_SHM) */ 547#else /* ! defined (HAVE_SHM) */
551 -if [ -w ${srcdir}/../lisp ]; then \
552 w=`pwd`; cd ${srcdir}; $${w}/temacs -batch -l ../lisp/inc-vers; \
553 else true; fi
554 ./temacs -batch -l loadup dump 548 ./temacs -batch -l loadup dump
555#endif /* ! defined (HAVE_SHM) */ 549#endif /* ! defined (HAVE_SHM) */
556#endif /* ! defined (CANNOT_DUMP) */ 550#endif /* ! defined (CANNOT_DUMP) */