Remove duplicate dependency

This commit is contained in:
Nobuyoshi Nakada 2026-03-19 10:35:25 +09:00
parent 6fa54b9be2
commit 75e8401a61
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -413,10 +413,6 @@ ifneq ($(DOT_WAIT),)
up:: $(DOT_WAIT) after-update
endif
ifneq ($(CC),false)
$(BUILTIN_RB_INCS): $(DUMP_AST)
endif
ifneq ($(filter update-bundled_gems refresh-gems,$(MAKECMDGOALS)),)
update-gems: update-bundled_gems
endif