Split autogenerated dependency to depend file from common.mk

This commit is contained in:
Hiroshi SHIBATA 2025-07-22 11:48:57 +09:00
parent 199861424e
commit be7b1164e6
7 changed files with 20437 additions and 20439 deletions

View file

@ -204,7 +204,7 @@ post-commit: $(if $(DOT_WAIT),,do-commit)
+$(Q) \
{ \
$(in-srcdir) \
exec sed -f tool/prereq.status defs/gmake.mk template/Makefile.in common.mk; \
exec sed -f tool/prereq.status defs/gmake.mk template/Makefile.in common.mk depend; \
} | \
$(MAKE) $(mflags) Q=$(Q) ECHO=$(ECHO) \
top_srcdir="$(top_srcdir)" srcdir="$(srcdir)" srcs_vpath="" CHDIR="$(CHDIR)" \