diff options
| author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-17 23:28:45 +0000 |
|---|---|---|
| committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-17 23:28:45 +0000 |
| commit | 48e36b88877152118d1cf70a99b5462a68b51995 (patch) | |
| tree | 385e81ad9102f190548ba191d58eac09b91b20d5 | |
| parent | baaa06882a232041718e405558facf5e24454447 (diff) | |
| download | ruby-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-- | ChangeLog | 4 | ||||
| -rw-r--r-- | common.mk | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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 |
