From: Dave Chinner <dchinner@xxxxxxxxxx> So that changing this file causes configure to be re-run and platform_defs.h to be rebuilt from the new template. Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0edc2700933d..7cedac5aabf2 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ configure: configure.ac include/builddefs: configure ./configure $$LOCAL_CONFIGURE_OPTIONS -include/platform_defs.h: include/builddefs +include/platform_defs.h: include/builddefs include/platform_defs.h.in ## Recover from the removal of $@ @if test -f $@; then :; else \ rm -f include/builddefs; \ -- 2.28.0