summaryrefslogtreecommitdiffstats
path: root/win32
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 /win32
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 'win32')
-rw-r--r--win32/Makefile.sub8
1 files changed, 0 insertions, 8 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index c1821bb0f..011292180 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -752,11 +752,3 @@ dir.$(OBJEXT) win32.$(OBJEXT): {$(srcdir)}win32/dir.h
ext/extinit.obj: ext/extinit.c $(SETUP)
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c
-
-!if !exist(prelude.c)
-prelude.c: $(PREP)
-!endif
-
-!if !exist(golf_prelude.c)
-golf_prelude.c: $(PREP)
-!endif