From mboxrd@z Thu Jan 1 00:00:00 1970 From: oscar.mateo@intel.com Subject: [PATCH v2 02/11] build: Fix missing "\" in tests/Makefile.sources Date: Tue, 12 Nov 2013 11:50:36 +0000 Message-ID: <1384257045-15524-3-git-send-email-oscar.mateo@intel.com> References: <1384257045-15524-1-git-send-email-oscar.mateo@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id 06EF7FA930 for ; Tue, 12 Nov 2013 02:54:08 -0800 (PST) In-Reply-To: <1384257045-15524-1-git-send-email-oscar.mateo@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org From: Oscar Mateo Noticed by Damien Lespiau. Signed-off-by: Oscar Mateo --- 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