summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-16 04:12:38 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-16 04:12:38 +0000
commit30a5ce7345d314541d2f2013dd3a771c16feee26 (patch)
treeeec5e7da46cd8f4f33264594f1970a85b8166aff /common.mk
parente96274f604f564b8480757acbee5202b39ea5a22 (diff)
* common.mk (CCAN_LIST_INCLUDES): Unused variable removed.
(ENCODING_H_INCLUDES): Ditto. (PROBES_H_INCLUDES): Ditto. (VM_CORE_H_INCLUDES): Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/common.mk b/common.mk
index c7204c3561..44be8707a0 100644
--- a/common.mk
+++ b/common.mk
@@ -628,21 +628,10 @@ $(PLATFORM_D):
###
CCAN_DIR = {$(VPATH)}ccan
-CCAN_LIST_INCLUDES = $(CCAN_DIR)/build_assert/build_assert.h \
- $(CCAN_DIR)/check_type/check_type.h \
- $(CCAN_DIR)/container_of/container_of.h \
- $(CCAN_DIR)/list/list.h \
- $(CCAN_DIR)/str/str.h
RUBY_H_INCLUDES = {$(VPATH)}ruby.h {$(VPATH)}config.h {$(VPATH)}defines.h \
{$(VPATH)}intern.h {$(VPATH)}missing.h {$(VPATH)}st.h \
{$(VPATH)}subst.h
-ENCODING_H_INCLUDES= {$(VPATH)}encoding.h {$(VPATH)}oniguruma.h
-PROBES_H_INCLUDES = {$(VPATH)}probes.h
-VM_CORE_H_INCLUDES = {$(VPATH)}vm_core.h {$(VPATH)}thread_$(THREAD_MODEL).h \
- {$(VPATH)}node.h {$(VPATH)}method.h {$(VPATH)}ruby_atomic.h \
- {$(VPATH)}vm_debug.h {$(VPATH)}id.h {$(VPATH)}thread_native.h \
- $(CCAN_LIST_INCLUDES)
###