From 2418b20897ee9a4077cb98aab10249d1d1843cf9 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 29 Mar 2013 12:02:16 +0000 Subject: 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 --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3