view src/autodeps.mk @ 111196:0bb15e5b9690

* src/eval.c (init_eval_once): Set max_lisp_eval_depth to 600. Otherwise, bootstrapping on Windows fails to compile macroexp.el.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 27 Oct 2010 00:23:09 +0200
parents 5df3f77a9df9
children
line wrap: on
line source

### autodeps.mk --- src/Makefile fragment for GNU Emacs

## This is inserted in src/Makefile if AUTO_DEPEND=yes.

ALLOBJS=$(START_FILES) ${obj} ${otherobj}
-include $(ALLOBJS:%.o=${DEPDIR}/%.d)