diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-06-05 14:45:14 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-06-05 14:45:40 +0200 |
commit | 19a85d076e00bc3119d1f963586d763c51df65d4 (patch) | |
tree | 64e74931912053ac4bd73847378cce2164fa64ec /ruby | |
parent | Fix TestCommon libdir (diff) | |
download | ice-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/Makefile | 2 |
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 |