summaryrefslogtreecommitdiffstats
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
commit48e36b88877152118d1cf70a99b5462a68b51995 (patch)
tree385e81ad9102f190548ba191d58eac09b91b20d5
parentbaaa06882a232041718e405558facf5e24454447 (diff)
downloadruby-48e36b88877152118d1cf70a99b5462a68b51995.tar.gz
ruby-48e36b88877152118d1cf70a99b5462a68b51995.tar.xz
ruby-48e36b88877152118d1cf70a99b5462a68b51995.zip
* common.mk: fix error in uncommon.mk.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--common.mk2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2992621c..71ea29d03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/common.mk b/common.mk
index 3e5fe07a7..33a5f0bbc 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