diff options
Diffstat (limited to 'src/autodeps.mk')
-rw-r--r-- | src/autodeps.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autodeps.mk b/src/autodeps.mk index a5d2a04dcf4..c3cc91e22a7 100644 --- a/src/autodeps.mk +++ b/src/autodeps.mk @@ -1,6 +1,6 @@ -/* autodeps.mk --- src/Makefile fragment for GNU Emacs +### autodeps.mk --- src/Makefile fragment for GNU Emacs -This is inserted in src/Makefile if AUTO_DEPEND=yes. */ +## This is inserted in src/Makefile if AUTO_DEPEND=yes. ALLOBJS=$(START_FILES) ${obj} ${otherobj} prefix-args.o -include $(ALLOBJS:%.o=${DEPDIR}/%.d) |