ruby-changes:68282
From: Nobuyoshi <ko1@a...>
Date: Wed, 6 Oct 2021 15:43:05 +0900 (JST)
Subject: [ruby-changes:68282] d53493715c (master): Add the dependency of GNUmakefile itself [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=d53493715c From d53493715cd1a1463b98291e0ad92e2723236698 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 6 Oct 2021 15:42:37 +0900 Subject: Add the dependency of GNUmakefile itself [ci skip] --- template/GNUmakefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/GNUmakefile.in b/template/GNUmakefile.in index e2f2d1aebd..4fe4aab979 100644 --- a/template/GNUmakefile.in +++ b/template/GNUmakefile.in @@ -15,3 +15,5 @@ endif https://github.com/ruby/ruby/blob/trunk/template/GNUmakefile.in#L15 include $(srcdir)/defs/universal.mk -include uncommon.mk include $(srcdir)/defs/gmake.mk + +GNUmakefile: $(srcdir)/template/GNUmakefile.in -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/