summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
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 /win32/Makefile.sub
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 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub8
1 files changed, 0 insertions, 8 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index c1821bb0f2..0112921800 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