From 3029014467c634c6b767e131c4d3f9beb3e44932 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 17 Sep 2017 04:14:51 +0000 Subject: Rename bin/ruby as exe/ruby * common.mk, configure.in: rename the bin directory to run build executable as exe, to get rid of overwriting true files at the installation. [ruby-dev:50250] [Bug #13911] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index cabff9b9d2..5ac7d558d6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -414,7 +414,7 @@ clean-local:: $(Q)$(RM) ext/extinit.c ext/extinit.$(OBJEXT) ext/ripper/y.output \ enc/encinit.c enc/encinit.$(OBJEXT) -$(Q)$(RM) $(pkgconfig_DATA) - -$(Q)$(RMALL) bin/$(PROGRAM) ruby-runner.h *.dSYM + -$(Q)$(RMALL) exe/ ruby-runner.h *.dSYM distclean-local:: $(Q)$(RM) ext/config.cache $(RBCONFIG) Doxyfile -- cgit v1.2.3