From 1639e5fe7076f717b24580f56a692d9ef1c38d5d Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 10 Feb 2008 06:07:31 +0000 Subject: * {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bcc32/Makefile.sub') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 6d2dc4867..5b3939bf4 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -156,7 +156,7 @@ EXTLIBS = MEMLIB = !endif LIBS = $(MEMLIB) cw32i.lib import32.lib ws2_32.lib $(EXTLIBS) -MISSING = acosh.obj crypt.obj erf.obj lgamma_r.obj strlcat.obj strlcpy.obj tgamma.obj win32.obj +MISSING = acosh.obj cbrt.obj crypt.obj erf.obj lgamma_r.obj strlcat.obj strlcpy.obj tgamma.obj win32.obj !ifndef STACK STACK = 0x2000000 @@ -239,6 +239,8 @@ PHONY: nul @exit | +PHONY: nul + RUBY_CONFIG_H = $(arch_hdrdir)/ruby/config.h CONFIG_H = ./.config.h.time -- cgit