summaryrefslogtreecommitdiffstats
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
commit0a795148c2561ee73251e51f70c8940a968567fb (patch)
tree1d5ef3691d9246344a86acec13e08fed7c8b9265 /Makefile.in
parent229156d9ea5aa00459410b855d9640462570b7ed (diff)
downloadruby-0a795148c2561ee73251e51f70c8940a968567fb.tar.gz
ruby-0a795148c2561ee73251e51f70c8940a968567fb.tar.xz
ruby-0a795148c2561ee73251e51f70c8940a968567fb.zip
* 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: http://svn.ruby-lang.org/repos/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 5f910aa4f..5aa12a8fa 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)