* Removed excess backslashes
* Fixed the target name to try failure.cpp
This commit is contained in:
Nobuyoshi Nakada 2019-09-20 16:55:16 +09:00
Родитель 2683171994
Коммит d56a3c0635
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4BC7D6DF58D8DF60
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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