aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-09 02:10:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-09 02:10:58 +0000
commitf0e9de05dd9331de3e0366c5d92a352a9c0aed38 (patch)
tree6d7bf3c19c0be60bf123b72a9231627cfca75105 /common.mk
parentaad01c3c3b95d7481e5294c5b94a5f6d8c46f6cd (diff)
downloadruby-f0e9de05dd9331de3e0366c5d92a352a9c0aed38.tar.gz
gmake.mk: update srcdir files
* defs/gmake.mk (commit): update source files under the sources directory after commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 2175f67eba..b599d082f8 100644
--- a/common.mk
+++ b/common.mk
@@ -888,7 +888,8 @@ INSNS2VMOPT = --srcdir="$(srcdir)"
{$(VPATH)}vm.inc: $(srcdir)/template/vm.inc.tmpl
-common-srcs: {$(VPATH)}parse.c {$(VPATH)}lex.c {$(VPATH)}enc/trans/newline.c {$(VPATH)}id.c \
+srcs-vpath = {$(VPATH)}
+common-srcs: $(srcs-vpath)parse.c $(srcs-vpath)lex.c $(srcs-vpath)enc/trans/newline.c $(srcs-vpath)id.c \
srcs-lib srcs-ext incs
missing-srcs: $(srcdir)/missing/des_tables.c