summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-27 10:12:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-27 10:12:46 +0000
commit33df14986592d8fa044bbbb9db1aee0d2354096c (patch)
tree897fe86c0c774a55ad72badea006315da9839c0c /win32
parentf643817e31d50eb6cf7b694aa1199fc522c49f51 (diff)
downloadruby-33df14986592d8fa044bbbb9db1aee0d2354096c.tar.gz
ruby-33df14986592d8fa044bbbb9db1aee0d2354096c.tar.xz
ruby-33df14986592d8fa044bbbb9db1aee0d2354096c.zip
* Makefile.in (MKPREP), common.mk, win32/Makefile.sub (prelude.c): get
rid of depending PREP with nmake. * common.mk (encs): depends on libruby. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub8
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 011292180..c1821bb0f 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -752,3 +752,11 @@ 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