mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
8afbb0e6ef
commit
5ef68ab22d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue