summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-06 11:59:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-06 11:59:23 +0000
commit5c1af05ef521eeb7a718aefbacf9b78a0a48e5df (patch)
treed456c4cdbfbbe4f0416520e2e51fcddbbd26890d /template
parent0af37bf0c5146a827993a4aeb0807387b6b33d1e (diff)
defs/gmake.mk: serialize test targets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/GNUmakefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/GNUmakefile.in b/template/GNUmakefile.in
index fe6d677f1d..7fcdd71b8b 100644
--- a/template/GNUmakefile.in
+++ b/template/GNUmakefile.in
@@ -2,5 +2,6 @@
override MFLAGS := $(filter-out -j%,$(MFLAGS))
include Makefile
-include uncommon.mk
+include $(srcdir)/defs/gmake.mk
GNUmakefile: $(srcdir)/template/GNUmakefile.in