From d80c6bdedba451adff843295367ebcd3d5e3b0c7 Mon Sep 17 00:00:00 2001 From: Oscar Mateo Date: Tue, 12 Nov 2013 11:50:36 +0000 Subject: [PATCH] build: Fix missing "\" in tests/Makefile.sources Noticed by Damien Lespiau. Signed-off-by: Oscar Mateo Signed-off-by: Daniel Vetter --- 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 -- 2.7.4