From 5ef68ab22db77edcbe3523737d4560697b3a9670 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 24 Oct 2013 18:19:33 +0000 Subject: [PATCH] Makefile.sub: fix typo * win32/Makefile.sub (MISSING): fix typo, missing extention. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 2aca2aa422..33285a8fa6 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -237,7 +237,7 @@ LIBS = $(LIBS) imagehlp.lib shlwapi.lib $(EXTLIBS) !if !defined(MISSING) MISSING = crypt.obj ffs.obj langinfo.obj lgamma_r.obj strlcat.obj strlcpy.obj win32/win32.obj win32/file.obj setproctitle.obj !if $(RT_VER) < 120 -MISSING = $(MISSING) acosh.obj cbrt.obj erf.obj tgamma +MISSING = $(MISSING) acosh.obj cbrt.obj erf.obj tgamma.obj !endif !endif DLNOBJ = dln.obj