mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rbconfig/sizeof: remove VPATH
* ext/rbconfig/sizeof/depend: remove VPATH for `make dist`. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f1de2e0070
commit
22d842ded0
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# sources
|
||||
|
||||
{$(VPATH)}limits.c: $(top_srcdir)/tool/generic_erb.rb $(top_srcdir)/template/limits.c.tmpl
|
||||
limits.c: $(top_srcdir)/tool/generic_erb.rb $(top_srcdir)/template/limits.c.tmpl
|
||||
$(Q) $(RUBY) $(top_srcdir)/tool/generic_erb.rb --output=$@ \
|
||||
$(top_srcdir)/template/limits.c.tmpl \
|
||||
|
||||
{$(VPATH)}sizes.c: $(top_srcdir)/tool/generic_erb.rb \
|
||||
sizes.c: $(top_srcdir)/tool/generic_erb.rb \
|
||||
$(top_srcdir)/template/sizes.c.tmpl \
|
||||
$(top_srcdir)/configure.in \
|
||||
$(top_srcdir)/ext/rbconfig/sizeof/extconf.rb
|
||||
|
|
Loading…
Reference in a new issue