diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-03-13 15:31:21 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-03-13 15:34:50 +0900 |
commit | 88f4ebac83a77f933e9da099eabdf05004767de9 (patch) | |
tree | 0cb0e6ceb94242f3a90b3d1f615912a034543287 /template | |
parent | 0cd7be99e9a15f649970559e43e3edb704568670 (diff) | |
download | ruby-88f4ebac83a77f933e9da099eabdf05004767de9.tar.gz |
Update and extract for each gem
Diffstat (limited to 'template')
-rw-r--r-- | template/GNUmakefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/GNUmakefile.in b/template/GNUmakefile.in index d0444d37e2..444e44b3d3 100644 --- a/template/GNUmakefile.in +++ b/template/GNUmakefile.in @@ -1,3 +1,5 @@ +gnumake = yes + include Makefile ifeq ($(HAVE_BASERUBY),yes) |