mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: config.h depends config.status.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f3a42261fb
commit
3737f9ede1
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Aug 18 06:10:08 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
|
* common.mk: config.h depends config.status.
|
||||||
|
|
||||||
Mon Aug 18 03:59:43 2008 Tanaka Akira <akr@fsij.org>
|
Mon Aug 18 03:59:43 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* io.c (appendline): appendline cannot check character boundary.
|
* io.c (appendline): appendline cannot check character boundary.
|
||||||
|
|
|
@ -429,6 +429,7 @@ win32.$(OBJEXT): {$(VPATH)}win32.c
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
|
$(VPATH)config.h: config.status
|
||||||
RUBY_H_INCLUDES = {$(VPATH)}ruby.h {$(VPATH)}config.h {$(VPATH)}defines.h \
|
RUBY_H_INCLUDES = {$(VPATH)}ruby.h {$(VPATH)}config.h {$(VPATH)}defines.h \
|
||||||
{$(VPATH)}intern.h {$(VPATH)}missing.h
|
{$(VPATH)}intern.h {$(VPATH)}missing.h
|
||||||
ID_H_INCLUDES = {$(VPATH)}id.h {$(VPATH)}parse.h
|
ID_H_INCLUDES = {$(VPATH)}id.h {$(VPATH)}parse.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue