/[emacs]/emacs/lisp/Makefile.in
ViewVC logotype

Diff of /emacs/lisp/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34.2.1 by miles, Fri Jun 14 09:40:57 2002 UTC revision 1.34.2.2 by miles, Sat Jun 15 16:51:28 2002 UTC
# Line 226  compile: subdirs.el doit Line 226  compile: subdirs.el doit
226            if test -f $$el;                                                  \            if test -f $$el;                                                  \
227            then                                                              \            then                                                              \
228              echo Compiling $$el;                                            \              echo Compiling $$el;                                            \
229              case "$$el" in                                                  \              $(emacs) -f batch-byte-compile-if-not-done $$el || exit 1;      \
               */macroexp.el)                                                \  
                 $(emacs) --eval '(setq max-lisp-eval-depth 450)'            \  
                          -f batch-byte-compile-if-not-done $$el || exit 1;; \  
               *)                                                            \  
                 $(emacs) -f batch-byte-compile-if-not-done $$el || exit 1;; \  
             esac;                                                           \  
230            fi                                                                \            fi                                                                \
231          done          done
232    

Legend:
Removed from v.1.34.2.1  
changed lines
  Added in v.1.34.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26