summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-17 23:28:45 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-17 23:28:45 +0000
commit4c4cb11050ca2ed6cfb45a5af541e786c569cc2a (patch)
tree385e81ad9102f190548ba191d58eac09b91b20d5 /common.mk
parent3737f9ede13aa94510f18f9793cf8025d9d55d54 (diff)
* common.mk: fix error in uncommon.mk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 3e5fe07a7a..33a5f0bbcd 100644
--- a/common.mk
+++ b/common.mk
@@ -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