view src/autodeps.mk @ 111496:82e69613602e

ls-lisp: get rid of the dreaded "no effect until you restart Emacs". * lisp/ls-lisp.el (ls-lisp-set-options): New function. (ls-lisp-emulation): Use ls-lisp-set-options for custom :set. Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 11 Nov 2010 00:28:35 -0800
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)