Skip to content

Commit

Permalink
Fixed cxxanyargs/depend
Browse files Browse the repository at this point in the history
* Removed excess backslashes
* Fixed the target name to try failure.cpp
  • Loading branch information
nobu committed Sep 20, 2019
1 parent 2683171 commit d56a3c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/-test-/cxxanyargs/depend
@@ -1,9 +1,9 @@
$(DLLIB) $(STATIC_LIB): failure.failed
$(TARGET_SO) $(STATIC_LIB): failure.failed

failure.failed: failure.cpp cxxanyargs.o
$(Q)$(RUBY) -rfileutils \\
-e "err = IO.popen(%[$(MAKE) failure.o], err:[:child, :out], &:read)" \\
-e "abort err unless /rb_define_method/ =~ err" \\
$(Q)$(RUBY) -rfileutils \
-e "err = IO.popen(%[$(MAKE) failure.o], err:[:child, :out], &:read)" \
-e "abort err unless /rb_define_method/ =~ err" \
-e "FileUtils.touch(*ARGV)" $@

# AUTOGENERATED DEPENDENCIES START
Expand Down

0 comments on commit d56a3c0

Please sign in to comment.