Add to .depend dependencies to eliminate an error at dependency generation time
This commit is contained in:
parent
5987ae25af
commit
d91ae1cd0e
@ -157,7 +157,7 @@ else
|
|||||||
context:
|
context:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.depend: Makefile $(TARG_SRCS)
|
.depend: Makefile config.h $(TARG_SRCS)
|
||||||
@$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep
|
@$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
|
@ -138,7 +138,7 @@ endif
|
|||||||
|
|
||||||
context:
|
context:
|
||||||
|
|
||||||
.depend: Makefile $(TARG_SRCS)
|
.depend: Makefile config.h $(TARG_SRCS)
|
||||||
@$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep
|
@$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user