From ac08670e76b620a6c06c3b6586665f3c3a6be1b2 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 9 Jun 2016 09:12:44 +0000 Subject: Makefile.in: un-runnable * Makefile.in (un-runnable): fail with proper error message. [ruby-core:75905] [Bug #12472] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 60fb44fd90..3550433690 100644 --- a/Makefile.in +++ b/Makefile.in @@ -563,3 +563,7 @@ loadpath: verconf.h @$(CPP) $(XCFLAGS) $(CPPFLAGS) $(srcdir)/loadpath.c | \ sed -e '1,/^const char ruby_initial_load_paths/d;/;/,$$d' \ -e '/^ /!d;s/ *"\\0"$$//;s/" *"//g' + +un-runnable: + $(ECHO) cannot make runnable, configure with --enable-load-relative. + $(Q) exit 1 -- cgit v1.2.3