Ensure target is rebuilt if ANY of the make files changes.
Prior to this, editing say make/source.mk didn't cause a rebuild.
This commit is contained in:
parent
fefa2a83e4
commit
f475683366
2
Makefile
2
Makefile
|
@ -574,7 +574,7 @@ check-fastram-usage-correctness:
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
# rebuild everything when makefile changes
|
# rebuild everything when makefile changes
|
||||||
$(TARGET_OBJS): Makefile $(TARGET_DIR)/target.mk
|
$(TARGET_OBJS): Makefile $(TARGET_DIR)/target.mk $(wildcard make/*)
|
||||||
|
|
||||||
|
|
||||||
# include auto-generated dependencies
|
# include auto-generated dependencies
|
||||||
|
|
Loading…
Reference in New Issue