aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-27 07:51:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-27 07:51:58 +0000
commit6e0da2c5d36a70823ed83e43c31a81f611f2c4da (patch)
tree32c672cb0df695d6c709f91852f7ff473b7b6271 /template
parent6c43947111cf9e31292934e8f653654f108b0ab8 (diff)
downloadruby-6e0da2c5d36a70823ed83e43c31a81f611f2c4da.tar.gz
template/exts.mk.tmpl: fix missing dependencies
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/exts.mk.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/exts.mk.tmpl b/template/exts.mk.tmpl
index 7edd1d1e01..1102219c00 100644
--- a/template/exts.mk.tmpl
+++ b/template/exts.mk.tmpl
@@ -92,8 +92,8 @@ SUBMAKEOPTS = DLDOBJS="$(EXTOBJS) $(EXTENCS)" EXTOBJS= \
EXTLDFLAGS="$(EXTLDFLAGS)" EXTINITS="$(EXTINITS)" \
UPDATE_LIBRARIES="$(UPDATE_LIBRARIES)" SHOWFLAGS=
-all:
-static:
+all: rubies
+static: rubies
clean:
-$(Q)$(RM) ext/extinit.<%= objext %>