view src/autodeps.mk @ 108745:9e1b87832dbf

Remove cirsular dependency when using separate build dir (Bug #6246). * Makefile.in (STAMP_INST_SCRIPTS, STAMP_SCRIPS): New (Bug #6246). (all): Depend onSTAMP_INST_SCRIPTS, STAMP_SCRIPS (Bug #6246). (stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff): New rules (Bug #6246). (clean): Remove stamp-* (Bug #6246).
author Jan D. <jan.h.d@swipnet.se>
date Sat, 22 May 2010 13:59:09 +0200
parents 3d52b62368db
children dedcf813aa69
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)