Mercurial > emacs
view src/autodeps.mk @ 109400:c232035b5f44
(delphi-token-at): Give newlines precedence over literal tokens when
parsing so newlines aren't "absorbed" by single-line comments.
Corrects the indentation of case blocks that have a comment on the
first line.
author | Simon South <ssouth@member.fsf.org> |
---|---|
date | Wed, 14 Jul 2010 22:34:47 -0400 |
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)