Summary: | Missing dependencies | ||
---|---|---|---|
Product: | xorg | Reporter: | Søren Sandmann Pedersen <soren.sandmann> |
Component: | Build/Modular | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | ||
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 5041 |
Description
Søren Sandmann Pedersen
2005-08-22 12:28:28 UTC
i think this is an instance of the general problem that recursive make just sucks. the automake manual says foo_LDADD is magically transformed into foo_DEPENDENCIES by removing all the -l and -L options, and then the program itself has $(foo_DEPENDENCIES) on the right of the : in the make rule. automake is, of course, lying: not critical enough to block 7.0 *** Bug 5361 has been marked as a duplicate of this bug. *** hacked around this for now by adding a 'relink' target. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.