summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-04 11:19:19 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-04 11:19:19 +0000
commit275a9dcb8caa389ec7cbdfcfb860f56f5ddbc4d0 (patch)
tree0cb277f40f3afe2840cca537437587ad97c0ed11 /win32/Makefile.sub
parentf9d7df33a1e34e3b468ce3bf468615adcfe8c382 (diff)
* 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
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
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