/[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.10 by miles, Tue Apr 27 14:08:28 2004 UTC revision 1.34.2.11 by miles, Tue Jul 6 10:00:01 2004 UTC
# Line 124  AUTOGENEL = loaddefs.el \ Line 124  AUTOGENEL = loaddefs.el \
124  # bootstrapping.  # bootstrapping.
125    
126  COMPILE_FIRST = \  COMPILE_FIRST = \
         $(lisp)/emacs-lisp/macroexp.el \  
127          $(lisp)/emacs-lisp/byte-opt.el \          $(lisp)/emacs-lisp/byte-opt.el \
128          $(lisp)/emacs-lisp/bytecomp.el \          $(lisp)/emacs-lisp/bytecomp.el \
129          $(lisp)/subr.el \          $(lisp)/subr.el \
# Line 237  compile: $(lisp)/subdirs.el doit Line 236  compile: $(lisp)/subdirs.el doit
236            if test -f $$el; \            if test -f $$el; \
237            then \            then \
238              echo Compiling $$el; \              echo Compiling $$el; \
239              $(emacs) --eval '(setq max-lisp-eval-depth 1000)' -f batch-byte-compile-if-not-done $$el || exit 1; \              $(emacs) -f batch-byte-compile-if-not-done $$el || exit 1; \
240            fi \            fi \
241          done          done
242    
# Line 327  bootstrap-after: finder-data custom-deps Line 326  bootstrap-after: finder-data custom-deps
326  distclean:  distclean:
327          -rm -f ./Makefile          -rm -f ./Makefile
328    
 # arch-tag: d4ea703a-b91c-405c-a171-8dde30b163a7  
329  # Makefile ends here.  # Makefile ends here.

Legend:
Removed from v.1.34.2.10  
changed lines
  Added in v.1.34.2.11

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