mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed cxxanyargs/depend
* Removed excess backslashes * Fixed the target name to try failure.cpp
This commit is contained in:
parent
2683171994
commit
d56a3c0635
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
$(DLLIB) $(STATIC_LIB): failure.failed
|
$(TARGET_SO) $(STATIC_LIB): failure.failed
|
||||||
|
|
||||||
failure.failed: failure.cpp cxxanyargs.o
|
failure.failed: failure.cpp cxxanyargs.o
|
||||||
$(Q)$(RUBY) -rfileutils \\
|
$(Q)$(RUBY) -rfileutils \
|
||||||
-e "err = IO.popen(%[$(MAKE) failure.o], err:[:child, :out], &:read)" \\
|
-e "err = IO.popen(%[$(MAKE) failure.o], err:[:child, :out], &:read)" \
|
||||||
-e "abort err unless /rb_define_method/ =~ err" \\
|
-e "abort err unless /rb_define_method/ =~ err" \
|
||||||
-e "FileUtils.touch(*ARGV)" $@
|
-e "FileUtils.touch(*ARGV)" $@
|
||||||
|
|
||||||
# AUTOGENERATED DEPENDENCIES START
|
# AUTOGENERATED DEPENDENCIES START
|
||||||
|
|
Loading…
Add table
Reference in a new issue