https://bugs.freedesktop.org/show_bug.cgi?id=88369
Bug ID: 88369 Summary: Build break: generated format_*pack.c files are accessed from wrong directory Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Mesa core Assignee: mesa-dev@lists.freedesktop.org Reporter: eero.t.tammi...@intel.com While the generated format_*pack.c files work when build is done in the source directory, things break when build is done in a separate directory (which has worked fine until now). $ make make[4]: Entering directory '<path>/mesa/64bit/src/mesa' CCLD libmesa_sse41.la make[4]: *** No rule to make target '../../../src/mesa/main/format_pack.c', needed by 'format_pack.lo'. Stop. $ find .. -name format_pack.c ../64bit/src/mesa/main/format_pack.c Makefile refers to generated files from source directory although it should refer to them from build directory. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev