summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-06 15:42:37 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-06 15:42:37 +0900
commitd53493715cd1a1463b98291e0ad92e2723236698 (patch)
tree718db59a9aa46dc2f94f2820239c3a78f6c0f18d
parent702a58e9e5b20a2450e753227112842bea8e7df6 (diff)
Add the dependency of GNUmakefile itself [ci skip]
-rw-r--r--template/GNUmakefile.in2
1 files changed, 2 insertions, 0 deletions
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
include $(srcdir)/defs/universal.mk
-include uncommon.mk
include $(srcdir)/defs/gmake.mk
+
+GNUmakefile: $(srcdir)/template/GNUmakefile.in