mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
Fix bug in dependency checking
By adding VERSION_FILE to the PHONY targets the script /tools/setlocalversion is always called and version_autogenerated.h is replaced only if the script find a modified source file. Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
98ba144ccc
commit
019895a8de
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -244,7 +244,7 @@ LIBS += libfdt/libfdt.a
|
|||
LIBS += api/libapi.a
|
||||
|
||||
LIBS := $(addprefix $(obj),$(LIBS))
|
||||
.PHONY : $(LIBS)
|
||||
.PHONY : $(LIBS) $(VERSION_FILE)
|
||||
|
||||
# Add GCC lib
|
||||
PLATFORM_LIBS += -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc
|
||||
|
|
Loading…
Add table
Reference in a new issue