aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-06 12:49:08 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-07 08:44:37 +0900
commit6f9d5fafe040cb02a1278fbfcdcb8063d564824c (patch)
treeb11c7e653b7d57019f35ad7ac5624cf3e854539f /configure.ac
parentaee77901310389462c0971e7c45f7c19410f3371 (diff)
downloadruby-6f9d5fafe040cb02a1278fbfcdcb8063d564824c.tar.gz
Moved Makefile.in under template
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7f0a14b213..bed27c98f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3915,7 +3915,7 @@ AS_CASE([" $CPP "], [*" $CC "*], [CPP=`echo " $CPP " | sed "s| $CC |"' $(CC) |;s
AS_IF([test x"$firstmf" != x], [
AC_CONFIG_FILES($firstmf:$firsttmpl, [], [firstmf="$firstmf" firsttmpl="$firsttmpl"])
])
-AC_CONFIG_FILES(Makefile, [
+AC_CONFIG_FILES(Makefile:template/Makefile.in, [
tmpmk=confmk$$.tmp
{
AS_IF([test ${VCS+set}], [