From e6de05d7c45ae256195bc0648605d0017bc7ee76 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 18 Aug 2012 00:57:48 +0000 Subject: enc/depend: fix inplace-build condition * enc/depend: fix inplace-build condition. enc.mk is generated with setting $srcdir to enc, but pwd is still top build direcory. [ruby-core:47236] [Bug #6888] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/depend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enc/depend') diff --git a/enc/depend b/enc/depend index 78b9370a02..a002af6948 100644 --- a/enc/depend +++ b/enc/depend @@ -1,4 +1,4 @@ -% inplace = File.identical?($srcdir, ".") +% inplace = File.identical?($top_srcdir, ".") % workdirs = %w"$(ENCSODIR) $(TRANSSODIR) enc enc/trans" % CONFIG["WORKDIRS"] = workdirs.join(' ') % enable_shared = CONFIG['ENABLE_SHARED'] == 'yes' -- cgit v1.2.3