Skip to content
Snippets Groups Projects
Commit 019895a8 authored by Stefano Babic's avatar Stefano Babic Committed by Wolfgang Denk
Browse files

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: default avatarStefano Babic <sbabic@denx.de>
parent 98ba144c
No related branches found
No related tags found
No related merge requests found
...@@ -244,7 +244,7 @@ LIBS += libfdt/libfdt.a ...@@ -244,7 +244,7 @@ LIBS += libfdt/libfdt.a
LIBS += api/libapi.a LIBS += api/libapi.a
LIBS := $(addprefix $(obj),$(LIBS)) LIBS := $(addprefix $(obj),$(LIBS))
.PHONY : $(LIBS) .PHONY : $(LIBS) $(VERSION_FILE)
# Add GCC lib # Add GCC lib
PLATFORM_LIBS += -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc PLATFORM_LIBS += -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment