aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-07-19 17:18:51 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-07-19 17:18:51 +0900
commitfa239e04792e4b83c551257bd24bcc3cad822bf8 (patch)
tree88140d0eb93effe8c9ce4c87c78fccca263e0720 /common.mk
parent95dd46138706121a1dee2cd1e7bf401bb315f771 (diff)
downloadruby-fa239e04792e4b83c551257bd24bcc3cad822bf8.tar.gz
Remove unneeded quotes [ci skip]
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 506b4324c6..6205e0e551 100644
--- a/common.mk
+++ b/common.mk
@@ -1337,7 +1337,7 @@ update-bundled_gems: PHONY
$(Q) $(RUNRUBY) -rrubygems \
$(tooldir)/update-bundled_gems.rb \
"$(srcdir)/gems/bundled_gems" | \
- "$(IFCHANGE)" "$(srcdir)/gems/bundled_gems" -
+ $(IFCHANGE) "$(srcdir)/gems/bundled_gems" -
git -C "$(srcdir)" diff --no-ext-diff --ignore-submodules --exit-code || \
git -C "$(srcdir)" commit -m "Update bundled_gems" gems/bundled_gems