summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-29 12:02:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-29 12:02:16 +0000
commit2418b20897ee9a4077cb98aab10249d1d1843cf9 (patch)
treef8ba3d4ebba7e855eb32571e98f85e2fa994d183
parent7b6badcebeb1b505a51380ed04cb377c661fa8cf (diff)
Makefile.sub: configurations
* win32/Makefile.sub (prog): needs to update configurations. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--win32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index a444562a04..70d27d6816 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -382,6 +382,7 @@ ECHO_BEGIN = @echo.
ECHO_END =
all: $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(srcdir)/common.mk
+prog: config
ruby: $(PROGRAM)
rubyw: $(WPROGRAM)