summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-21 20:59:23 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-21 20:59:23 +0000
commitf6a5d1e62259c8c2fd3b3d9d6e8a212739cf412a (patch)
tree3684a3a9330303573f4ae54a3b24fc7d1915b70d /common.mk
parentd0bc76d0957a5c28bb60f872c12b1d16eb1013c7 (diff)
downloadruby-f6a5d1e62259c8c2fd3b3d9d6e8a212739cf412a.tar.gz
ruby-f6a5d1e62259c8c2fd3b3d9d6e8a212739cf412a.tar.xz
ruby-f6a5d1e62259c8c2fd3b3d9d6e8a212739cf412a.zip
* include/ruby/vm.h: write a comment.
* common.mk: remove vm.h from any rules. vm.h is not needed on this version. * vm_core.h: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19882 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 eb0f02d37..dc993c660 100644
--- a/common.mk
+++ b/common.mk
@@ -444,7 +444,7 @@ RUBY_H_INCLUDES = {$(VPATH)}ruby.h {$(VPATH)}config.h {$(VPATH)}defines.h \
ENCODING_H_INCLUDES= {$(VPATH)}encoding.h {$(VPATH)}oniguruma.h
ID_H_INCLUDES = {$(VPATH)}id.h
VM_CORE_H_INCLUDES = {$(VPATH)}vm_core.h {$(VPATH)}vm_opts.h \
- {$(VPATH)}vm.h {$(VPATH)}thread_$(THREAD_MODEL).h \
+ {$(VPATH)}thread_$(THREAD_MODEL).h \
{$(VPATH)}node.h $(ID_H_INCLUDES)
array.$(OBJEXT): {$(VPATH)}array.c $(RUBY_H_INCLUDES) {$(VPATH)}util.h