1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk: fix error in uncommon.mk.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2008-08-17 23:28:45 +00:00
parent 3737f9ede1
commit 4c4cb11050
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Aug 18 08:27:44 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* common.mk: fix error in uncommon.mk.
Mon Aug 18 06:10:08 2008 NARUSE, Yui <naruse@ruby-lang.org>
* common.mk: config.h depends config.status.

View file

@ -429,7 +429,7 @@ win32.$(OBJEXT): {$(VPATH)}win32.c
###
$(VPATH)config.h: config.status
{$(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