view src/autodeps.mk @ 108993:cf7a433d2eb6

* auth-source.el (auth-source-pick): If choice does not contain a questioned keyword, set the check to t.
author Michael Albinus <albinus@detlef>
date Tue, 15 Jun 2010 22:13:34 +0200
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)