Corrected some Makefile errors.
This commit is contained in:
parent
3f7744474a
commit
5ab3d30407
|
|
@ -46,7 +46,7 @@ count_core_build:
|
|||
|
||||
# Link core target
|
||||
$(CORE_OUTPUT): $(CORE_OBJECTS)
|
||||
@echo -e "[100%] $(YELLOW)Linking libCore.so$(RESET)"
|
||||
@echo -e "[100%] $(YELLOW)Linking $(notdir $(CORE_OUTPUT))$(RESET)"
|
||||
$(Q)$(CORE_AR) rcs $(CORE_ARFLAGS) $@ $^
|
||||
|
||||
# Build .o files
|
||||
|
|
|
|||
Loading…
Reference in New Issue