mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: remove config.h dependency.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
504ed85dfe
commit
d914071bba
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Aug 22 11:29:10 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* common.mk: remove config.h dependency.
|
||||
|
||||
Fri Aug 22 10:52:39 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (gmtime_r): check if reentrant versions are available.
|
||||
|
|
|
@ -429,7 +429,6 @@ win32.$(OBJEXT): {$(VPATH)}win32.c
|
|||
|
||||
###
|
||||
|
||||
{$(VPATH)}config.h: config.status
|
||||
RUBY_H_INCLUDES = {$(VPATH)}ruby.h {$(VPATH)}config.h {$(VPATH)}defines.h \
|
||||
{$(VPATH)}intern.h {$(VPATH)}missing.h
|
||||
ID_H_INCLUDES = {$(VPATH)}id.h {$(VPATH)}parse.h
|
||||
|
|
Loading…
Reference in a new issue