summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2018-06-05 14:45:14 +0200
committerBenoit Foucher <benoit@zeroc.com>2018-06-05 14:45:40 +0200
commit19a85d076e00bc3119d1f963586d763c51df65d4 (patch)
tree64e74931912053ac4bd73847378cce2164fa64ec /ruby
parentFix TestCommon libdir (diff)
downloadice-19a85d076e00bc3119d1f963586d763c51df65d4.tar.bz2
ice-19a85d076e00bc3119d1f963586d763c51df65d4.tar.xz
ice-19a85d076e00bc3119d1f963586d763c51df65d4.zip
Better fix to allow parent directory with spaces (for bug #95)
Diffstat (limited to 'ruby')
-rw-r--r--ruby/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/Makefile b/ruby/Makefile
index 3b52a459ff4..6a63e2c3e38 100644
--- a/ruby/Makefile
+++ b/ruby/Makefile
@@ -8,7 +8,7 @@
# **********************************************************************
top_srcdir := ..
-lang_srcdir := $(top_srcdir)/ruby
+lang_srcdir := $(top_srcdir)/$(notdir $(patsubst %/,%,$(dir $(lastword $(abspath $(MAKEFILE_LIST))))))
include $(top_srcdir)/config/Make.rules