aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-09 09:12:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-09 09:12:44 +0000
commitac08670e76b620a6c06c3b6586665f3c3a6be1b2 (patch)
tree85ddb38c0b00502d3a8291e1a883b717b68ce008 /Makefile.in
parentd81f5ca666213a87a659c75d53c6a94d078c763c (diff)
downloadruby-ac08670e76b620a6c06c3b6586665f3c3a6be1b2.tar.gz
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
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