Преглед изворни кода

gcc: Fix another out-of-tree build issue.

* gcc-plugin/tests/run-test.in (compile/match): Prepend %SRCDIR to
  DEPENDENCIES.  Reported by Olivier Aumage.
Ludovic Courtès пре 14 година
родитељ
комит
0b8e3ffd54
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gcc-plugin/tests/run-test.in

+ 1 - 1
gcc-plugin/tests/run-test.in

@@ -311,7 +311,7 @@ otherwise."
                 file (length dependencies) dependencies))
 
     (and (every (cut compile/match <> cc cflags ldflags)
-                dependencies)
+                (map (cut string-append %srcdir "/" <>) dependencies))
          (let*-values (((goal)
                         (if error-expected?
                             'compile