Add to .depend dependencies to eliminate an error at dependency generation time

This commit is contained in:
Gregory Nutt 2015-01-23 08:03:53 -06:00
parent 5987ae25af
commit d91ae1cd0e
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ else
context:
endif
.depend: Makefile $(TARG_SRCS)
.depend: Makefile config.h $(TARG_SRCS)
@$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep
@touch $@

View File

@ -138,7 +138,7 @@ endif
context:
.depend: Makefile $(TARG_SRCS)
.depend: Makefile config.h $(TARG_SRCS)
@$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep
@touch $@