From 33df14986592d8fa044bbbb9db1aee0d2354096c Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 27 May 2008 10:12:46 +0000 Subject: * 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 --- win32/Makefile.sub | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'win32') 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 -- cgit