[Intel-gfx] [PATCH v2 02/11] build: Fix missing "\" in tests/Makefile.sources

oscar.mateo at intel.com oscar.mateo at intel.com
Tue Nov 12 12:50:36 CET 2013


From: Oscar Mateo <oscar.mateo at intel.com>

Noticed by Damien Lespiau.

Signed-off-by: Oscar Mateo <oscar.mateo at intel.com>
---
 tests/Makefile.sources |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 70809c7..311f4b6 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -4,7 +4,7 @@ noinst_PROGRAMS = \
 	$(TESTS_progs) \
 	$(TESTS_progs_M) \
 	$(HANG) \
-	$(TESTS_testsuite)
+	$(TESTS_testsuite) \
 	$(NULL)
 
 if HAVE_NOUVEAU
-- 
1.7.9.5




More information about the Intel-gfx mailing list