summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-17 21:10:48 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-17 21:10:48 +0000
commit3737f9ede13aa94510f18f9793cf8025d9d55d54 (patch)
tree33f347fab0a9dc2623fe9f5cb689d010d83587dd /common.mk
parentf3a42261fb1e325ab8fde99adcc4722cbb110a18 (diff)
* common.mk: config.h depends config.status.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index d18642cb6b..3e5fe07a7a 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