mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
6 lines
156 B
Makefile
6 lines
156 B
Makefile
|
### autodeps.mk --- lwlib/Makefile fragment for GNU Emacs
|
||
|
|
||
|
## This is inserted in lwlib/Makefile if AUTO_DEPEND=yes.
|
||
|
|
||
|
-include $(ALLOBJS:%.o=${DEPDIR}/%.d)
|