Commit e0c8cc17 authored by SataQiu's avatar SataQiu

fix a minor bug for update

parent 60d0ec57
......@@ -151,10 +151,10 @@ define UPDATE_HELP_INFO
endef
.PHONY: update
ifeq ($(PRINT_HELP),y)
update: generated_files
update:
@echo "$$UPDATE_HELP_INFO"
else
update:
update: generated_files
CALLED_FROM_MAIN_MAKEFILE=1 hack/make-rules/update.sh
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment