view src/autodeps.mk @ 109031:a52944b44517

* lisp/simple.el (compose-mail): Fix doc string to refer to `compose-mail-user-agent-warnings', instead of to the nonexistent `compose-mail-check-user-agent'.
author Karl Fogel <karl.fogel@canonical.com>
date Mon, 21 Jun 2010 19:26:46 -0400
parents dedcf813aa69
children 5df3f77a9df9
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} prefix-args.o
-include $(ALLOBJS:%.o=${DEPDIR}/%.d)