From baaa06882a232041718e405558facf5e24454447 Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 17 Aug 2008 21:10:48 +0000 Subject: * common.mk: config.h depends config.status. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ common.mk | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index aaad84a74..b2992621c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 18 06:10:08 2008 NARUSE, Yui + + * common.mk: config.h depends config.status. + Mon Aug 18 03:59:43 2008 Tanaka Akira * io.c (appendline): appendline cannot check character boundary. diff --git a/common.mk b/common.mk index d18642cb6..3e5fe07a7 100644 --- a/common.mk +++ b/common.mk @@ -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 \ {$(VPATH)}intern.h {$(VPATH)}missing.h ID_H_INCLUDES = {$(VPATH)}id.h {$(VPATH)}parse.h -- cgit