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:
Dominic Clifton 2019-02-18 16:12:53 +01:00
parent fefa2a83e4
commit f475683366
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ check-fastram-usage-correctness:
fi;
# 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