[前][次][番号順一覧][スレッド一覧]

ruby-changes:41346

From: nobu <ko1@a...>
Date: Sun, 3 Jan 2016 23:19:05 +0900 (JST)
Subject: [ruby-changes:41346] nobu:r53418 (trunk): Makefile.in: drop dependency

nobu	2016-01-03 23:19:09 +0900 (Sun, 03 Jan 2016)

  New Revision: 53418

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53418

  Log:
    Makefile.in: drop dependency
    
    * Makefile.in (aclocal.m4): drop the dependency of aclocal.m4 for
      broken autotools installations.

  Modified files:
    trunk/Makefile.in
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 53417)
+++ Makefile.in	(revision 53418)
@@ -306,7 +306,7 @@ reconfig config.status:	$(srcdir)/$(CONF https://github.com/ruby/ruby/blob/trunk/Makefile.in#L306
 $(srcdir)/$(CONFIGURE): $(srcdir)/configure.in $(srcdir)/aclocal.m4
 	$(CHDIR) $(srcdir) && exec $(AUTOCONF) -o $(@F)
 
-$(srcdir)/aclocal.m4: $(srcdir)/configure.in
+$(srcdir)/aclocal.m4:
 	$(CHDIR) $(srcdir) && \
 	type $(ACLOCAL) >/dev/null 2>&1 && exec $(ACLOCAL); \
 	touch $(@F)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]