mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub: fix config.h path to include.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
35259b72f2
commit
c2d7776f85
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Mar 27 22:43:40 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* win32/Makefile.sub: fix config.h path to include.
|
||||||
|
|
||||||
Tue Mar 27 17:08:08 2012 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
Tue Mar 27 17:08:08 2012 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
* win32/win32.c (check_if_dir): fix memory leak.
|
* win32/win32.c (check_if_dir): fix memory leak.
|
||||||
|
|
|
@ -451,8 +451,8 @@ config.status: $(CONFIG_H)
|
||||||
|
|
||||||
BANG = !
|
BANG = !
|
||||||
|
|
||||||
!if exist(config.h)
|
!if exist($(RUBY_CONFIG_H))
|
||||||
!include config.h
|
!include $(RUBY_CONFIG_H)
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
guard = INCLUDE_RUBY_CONFIG_H
|
guard = INCLUDE_RUBY_CONFIG_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue