[PATCH libdrm 3/5] automake: drop the NULL variable from the makefile

Emil Velikov emil.l.velikov at gmail.com
Wed Feb 25 06:28:14 PST 2015


Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 tests/Makefile.am | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 37b8d3a..e0281aa 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,3 @@
-NULL:=#
-
 AM_CPPFLAGS = \
 	-I $(top_srcdir)/include/drm \
 	-I $(top_srcdir)
@@ -53,10 +51,9 @@ TESTS =						\
 	getstats				\
 	setversion				\
 	updatedraw				\
-	name_from_fd				\
-	$(NULL)
+	name_from_fd
 
-SUBDIRS += vbltest $(NULL)
+SUBDIRS += vbltest
 
 check_PROGRAMS += $(TESTS)
 
-- 
2.1.3



More information about the dri-devel mailing list