[PATCH v2 xserver] tests: Fix DEPENDENCIES typo

Mihail Konev k.mvc at ya.ru
Sat Jan 14 01:32:21 UTC 2017


704a867 preserves DEPENDENCIES = LIBADD,
but it breaks user-supplied -l/-L.
Remove the assignment, as automake already does this.

Buglink: https://lists.x.org/archives/xorg-devel/2017-January/052320.html
Reported-by: Michel Dänzer <michel at daenzer.net>
Signed-off-by: Mihail Konev <k.mvc at ya.ru>
---
v2: Fix misinterpretation of LDADD documentation.

 test/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 729402f104ce..b850dd8a7ce7 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -221,7 +221,6 @@ endif
 
 endif !XORG
 
-tests_DEPENDENCIES = $(tests_LDADD)
 endif ENABLE_UNIT_TESTS
 
 EXTRA_DIST = \
-- 
2.9.2



More information about the xorg-devel mailing list