From 275a9dcb8caa389ec7cbdfcfb860f56f5ddbc4d0 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 4 Jan 2013 11:19:19 +0000 Subject: * Makefile.in (RBCONFIG): Moved from common.mk in order to use the variable in Makefile.in. * win32/Makefie.sub (RBCONFIG): Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 4d291e27fe..c71cbbf986 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -390,6 +390,7 @@ MINIPRELUDE_C = $(srcdir)/miniprelude.c !else MINIPRELUDE_C = miniprelude.c !endif +RBCONFIG = .rbconfig.time !include $(srcdir)/common.mk -- cgit v1.2.3