Skip to content

Commit 5d56281

Browse files
committed
makefile: fix recipe commences before first target
Signed-off-by: Jingru Wang <jingru@synopsys.com>
1 parent 20e4732 commit 5d56281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/toolchain/toolchain_gnu.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ endif
150150

151151
OPENOCD_EXECUTABLE_ROOT = $(dir $(shell $(WHICH) openocd))
152152
ifeq ($(OPENOCD_EXECUTABLE_ROOT), )
153-
$(error "Tool openocd - openocd doesn't exist, please install it!")
153+
$(info "Tool openocd - openocd doesn't exist, please install it!")
154154
else
155-
OPENOCD_SCRIPT_ROOT = $(OPENOCD_EXECUTABLE_ROOT)/share/openocd/scripts
155+
OPENOCD_SCRIPT_ROOT = $(OPENOCD_EXECUTABLE_ROOT)/share/openocd/scripts
156156
endif
157157

158158
## Don't change this line

0 commit comments

Comments
 (0)