From 58e5010a097e48705d1f1cf4e09ba45954725524 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 10 Mar 2015 18:01:24 +0000 Subject: automake: drop the NULL variable from the makefile Signed-off-by: Emil Velikov --- tests/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index f989d8e4..a2d82659 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,3 @@ -NULL:=# - AM_CFLAGS = \ $(WARN_CFLAGS)\ -I $(top_srcdir)/include/drm \ @@ -54,10 +52,9 @@ TESTS = \ getstats \ setversion \ updatedraw \ - name_from_fd \ - $(NULL) + name_from_fd -SUBDIRS += vbltest $(NULL) +SUBDIRS += vbltest check_PROGRAMS += $(TESTS) -- cgit v1.2.3