common.mk: fix dependencies
* common.mk (ext/ripper/ripper.c): fix dependencies for the case to make ripper.y and id.h under the build directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c2bd5491f2
commit
72de767e9b
@ -1,3 +1,8 @@
|
||||
Fri Nov 21 09:10:23 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (ext/ripper/ripper.c): fix dependencies for the case
|
||||
to make ripper.y and id.h under the build directory.
|
||||
|
||||
Fri Nov 21 08:42:21 2014 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* common.mk (ext/ripper/ripper.c): id.h in VPATH may exist in the build
|
||||
|
@ -808,7 +808,8 @@ $(REVISION_H): $(srcdir)/version.h $(srcdir)/ChangeLog $(srcdir)/tool/file2lastr
|
||||
$(srcdir)/ext/ripper/ripper.c: parse.y id.h
|
||||
$(ECHO) generating $@
|
||||
$(Q) $(CHDIR) $(@D) && $(exec) $(MAKE) -f depend $(MFLAGS) \
|
||||
Q=$(Q) ECHO=$(ECHO) top_srcdir=../.. srcdir=. VPATH="$(PWD)" RM="$(RM)"\
|
||||
Q=$(Q) ECHO=$(ECHO) RM="$(RM)" VPATH=../.. \
|
||||
top_srcdir=../../$(srcdir) srcdir=../../$(srcdir)/ext/ripper \
|
||||
RUBY="$(BASERUBY)" PATH_SEPARATOR="$(PATH_SEPARATOR)"
|
||||
|
||||
$(srcdir)/ext/rbconfig/sizeof/sizes.c: $(srcdir)/ext/rbconfig/sizeof/depend \
|
||||
|
Loading…
x
Reference in New Issue
Block a user