On 11/11/2016 10:15 PM, David Malcolm wrote:
+  /* Makefile.in has -fself-test=$(srcdir)/testsuite/selftests, so that
+     flag_self_test contains the path to the selftest subdirectory of the
+     source tree (without a trailing slash).  Copy it up to
+     path_to_selftest_files, to avoid selftest.c depending on
+     option-handling.  */
+  path_to_selftest_files = flag_self_test;
+

What kind of dependency are you avoiding? If it's just one include I'd prefer to get rid of the extraneous variable.

Otherwise ok.


Bernd

Reply via email to