summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-28 08:41:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-28 08:41:52 +0000
commit23c2cf545c3302aa65cde911d0492475a6ad2bec (patch)
tree1d5ef3691d9246344a86acec13e08fed7c8b9265 /Makefile.in
parent72eb7e2a41b40b344e5cc6c8927485da6de106cd (diff)
* Makefile.in (MKPREP): appended $(RBCONFIG).
* common.mk (enc.mk, prelude.c): not depend on $(RBCONFIG) on mswin32 to get of compiling twice each time. * win32/Makefile.sub (prelude.c): not depend on $(PREP). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5f910aa4fe..5aa12a8fa7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -205,4 +205,4 @@ distclean-local::
ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c
-MKPREP = $(PREP)
+MKPREP = $(PREP) $(RBCONFIG)