From: "Diego E. Pettenò" <redmine@...> Date: 2009-09-10T20:37:20+09:00 Subject: [ruby-core:25509] [Bug #2077] Patch for issue 1337 is incomplete/does not work as intended Bug #2077: Patch for issue 1337 is incomplete/does not work as intended http://redmine.ruby-lang.org/issues/show/2077 Author: Diego E. Petten�� Status: Open, Priority: Normal ruby -v: ruby 1.8.7 (2009-06-12 patchlevel 174) [x86_64-linux] The patch in issue 1337 does not take into consideration data install, which also fails when using make -jN install. At the same time, the idea of the patch is not really correct: depending directly on a directory in make gives you some not-so-expected behaviour (see http://blog.flameeyes.eu/2009/08/02/for-a-parallel-world-theory-lesson-n-3-directory-dependencies for more information about the issue). The attached patch should solve the issue properly (needs reverting of the previous one, though). ---------------------------------------- http://redmine.ruby-lang.org