aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc289ddfa7..7e40b29aa4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu May 7 11:32:57 2015 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * Makefile.in (rbconfig.rb): add rule to make.
+
Thu May 7 05:14:39 2015 Eric Wong <e@80x24.org>
* ext/socket/lib/socket.rb (connect_nonblock): use IO#wait_writable
diff --git a/Makefile.in b/Makefile.in
index 1dc591ba20..23e193c407 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -254,6 +254,8 @@ $(ruby_pc):
$(RBCONFIG): $($(CROSS_COMPILING:no=)PREP)
+rbconfig.rb: $(RBCONFIG)
+
install-cross: $(arch)-fake.rb $(RBCONFIG) rbconfig.rb $(arch_hdrdir)/ruby/config.h \
$(LIBRUBY_A) $(LIBRUBY_SO) $(ARCHFILE)
$(ECHO) installing cross-compiling stuff