Skip to content

Commit e0c8cc1

Browse files
committed
fix a minor bug for update
1 parent 60d0ec5 commit e0c8cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/root/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ define UPDATE_HELP_INFO
151151
endef
152152
.PHONY: update
153153
ifeq ($(PRINT_HELP),y)
154-
update: generated_files
154+
update:
155155
@echo "$$UPDATE_HELP_INFO"
156156
else
157-
update:
157+
update: generated_files
158158
CALLED_FROM_MAIN_MAKEFILE=1 hack/make-rules/update.sh
159159
endif
160160

0 commit comments

Comments
 (0)