]> code.delx.au - gnu-emacs/commitdiff
(recompile): Revert 2004-11-19 change.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 20 Nov 2004 10:35:04 +0000 (10:35 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 20 Nov 2004 10:35:04 +0000 (10:35 +0000)
(compile): Likewise.

lisp/Makefile.in

index 5f2762cbb87f03e27cac0d4bc01751394438a437..e87ffa6f26574d30a9e2523dab9f91d1a74acf37 100644 (file)
@@ -236,8 +236,7 @@ compile: $(lisp)/subdirs.el doit
          if test -f $$el; \
          then \
            echo Compiling $$el; \
-           $(emacs) --eval "(setq max-specpdl-size 650)" \
-                    -f batch-byte-compile-if-not-done $$el || exit 1; \
+           $(emacs) -f batch-byte-compile-if-not-done $$el || exit 1; \
          fi \
        done
 
@@ -282,10 +281,7 @@ compile-after-backup: backup-compiled-files compile-always
 # .elc is present.
 
 recompile: doit $(lisp)/progmodes/cc-mode.elc
-       $(EMACS) $(EMACSOPT) \
-         --eval "(setq max-specpdl-size 650)" \
-         --eval "(batch-byte-recompile-directory 0)" \
-         $(lisp)
+       $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp)
 
 # CC Mode uses a compile time macro system which causes a compile time
 # dependency in cc-mode.elc on the macros in cc-langs.el and the