From d56a3c063532906158cc0427a42133fadda75cde Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 20 Sep 2019 16:55:16 +0900 Subject: Fixed cxxanyargs/depend * Removed excess backslashes * Fixed the target name to try failure.cpp --- ext/-test-/cxxanyargs/depend | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/-test-') diff --git a/ext/-test-/cxxanyargs/depend b/ext/-test-/cxxanyargs/depend index a68afb82d7..a2c74a8b1d 100644 --- a/ext/-test-/cxxanyargs/depend +++ b/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 -- cgit v1.2.3