Commit 2e6b2f6ae015252c8673e23f8d2023379fa2e72e

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 5ca05c8b03

kbuild: fix a bug of make rule of version_autogenerated.h

include/generated/version_autogenerated.h was not correctly
generated on the parallel build (with -j option).

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reported-by: Andreas Bießmann <andreas.devel@googlemail.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -1022,7 +1022,7 @@
1022 1022 LC_ALL=C date +'#define U_BOOT_TIME "%T"')
1023 1023 endef
1024 1024  
1025   -$(version_h): $(srctree)/Makefile FORCE
  1025 +$(version_h): include/config/uboot.release FORCE
1026 1026 $(call filechk,version.h)
1027 1027  
1028 1028 $(timestamp_h): $(srctree)/Makefile FORCE